Html Css Color HEX #FACEFF Snuff

📋 copy color: '#FACEFF'

red 250 ◦ green 206 ◦ blue 255

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

Shades of Snuff #FACEFF

Tints of Snuff #FACEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.86%

R = 35.16%
G = 28.97%
B = 35.86%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FACEFF (or 0xFACEFF) is known color: Snuff. HEX triplet: FA, CE and FF. RGB value is (250,206,255). Sum of RGB (Red+Green+Blue) = 250+206+255=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 206 (80.86% from 255 or 28.97% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #FACEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEFF is #053100. Grayscale: #E0E0E0. Windows color (decimal): -340225 or 16764666. OLE color: 16764666.

HSL color Cylindrical-coordinate representation of color #FACEFF: hue angle of 293.88º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACEFF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 206 255 -
CMYK 0.02 0.19 0 0
HSL 293.88º 1% 0.9% -
HSV(B) 293.88º 0.19% 1% -
XYZ 79.55 71.69 104.25 -
YUV 224.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 250 206 255 0.02 0.19 0 0 293.88 1 0.9
Hex FA CE FF 2 13 0 0 126 64 5A
Octal 372 316 377 2 23 0 0 446 144 132
Binary 11111010 11001110 11111111 10 10011 0 0 100100110 1100100 1011010

Color Harmonies of #FACEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEFF

Black with #FACEFF

Text Example


Text Example

White with #FACEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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