Html Css Color HEX #FACEFC Snuff

📋 copy color: '#FACEFC'

red 250 ◦ green 206 ◦ blue 252

#FACEFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #FACEFC

Tints of Snuff #FACEFC

RGB

 RED value IS 250 (98.05% from 255) = 35.31%

 GREEN value IS 206 (80.86% from 255) = 29.1%

 BLUE value IS 252 (98.83% from 255) = 35.59%

R = 35.31%
G = 29.1%
B = 35.59%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FACEFC (or 0xFACEFC) is known color: Snuff. HEX triplet: FA, CE and FC. RGB value is (250,206,252). Sum of RGB (Red+Green+Blue) = 250+206+252=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 206 (80.86% from 255 or 29.10% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #FACEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEFC is #053103. Grayscale: #E0E0E0. Windows color (decimal): -340228 or 16568058. OLE color: 16568058.

HSL color Cylindrical-coordinate representation of color #FACEFC: hue angle of 297.39º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACEFC is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 206 252 -
CMYK 0.01 0.18 0 0.01
HSL 297.39º 0.88% 0.9% -
HSV(B) 297.39º 0.18% 0.99% -
XYZ 79.07 71.49 101.73 -
YUV 224.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 250 206 252 0.01 0.18 0 0.01 297.39 0.88 0.9
Hex FA CE FC 1 12 0 1 129 58 5A
Octal 372 316 374 1 22 0 1 451 130 132
Binary 11111010 11001110 11111100 1 10010 0 1 100101001 1011000 1011010

Color Harmonies of #FACEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEFC

Black with #FACEFC

Text Example


Text Example

White with #FACEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEFC; }

 p { color: rgb(250,206,252); }

 H1.HeaderClassName
 {
   color: #FACEFC;
 }
 .AnyTagClassName
 {
   color: #FACEFC;
 }
</style>

background-color css

<style>
 a { background-color: #FACEFC; }

 a { background-color: rgb(250,206,252); }

 div.DivClassName
 {
   background-color: #FACEFC;
 }
 .BgClassName
 {
   background-color: #FACEFC;
 }
</style>

border-color css

<style>
 span { border-color: #FACEFC; }

 span { border-color: rgb(250,206,252); }

 td.TdClassName
 {
   border-color: #FACEFC;
 }
 .TagClassName
 {
   border-color: #FACEFC;
 }
</style>