Html Css Color HEX #FACAFE Snuff

📋 copy color: '#FACAFE'

red 250 ◦ green 202 ◦ blue 254

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

Shades of Snuff #FACAFE

Tints of Snuff #FACAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.61%

 BLUE value IS 254 (99.61% from 255) = 35.98%

R = 35.41%
G = 28.61%
B = 35.98%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FACAFE (or 0xFACAFE) is known color: Snuff. HEX triplet: FA, CA and FE. RGB value is (250,202,254). Sum of RGB (Red+Green+Blue) = 250+202+254=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 202 (79.30% from 255 or 28.61% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #FACAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAFE is #053501. Grayscale: #DEDEDE. Windows color (decimal): -341250 or 16698106. OLE color: 16698106.

HSL color Cylindrical-coordinate representation of color #FACAFE: hue angle of 295.38º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACAFE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 202 254 -
CMYK 0.02 0.20 0 0.00
HSL 295.38º 0.96% 0.89% -
HSV(B) 295.38º 0.2% 1% -
XYZ 78.43 69.72 103.09 -
YUV 222.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 250 202 254 0.02 0.20 0 0.00 295.38 0.96 0.89
Hex FA CA FE 2 14 0 0 127 60 59
Octal 372 312 376 2 24 0 0 447 140 131
Binary 11111010 11001010 11111110 10 10100 0 0 100100111 1100000 1011001

Color Harmonies of #FACAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAFE

Black with #FACAFE

Text Example


Text Example

White with #FACAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAFE; }

 p { color: rgb(250,202,254); }

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

background-color css

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

 a { background-color: rgb(250,202,254); }

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

border-color css

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

 span { border-color: rgb(250,202,254); }

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