Html Css Color HEX #FACCFE Snuff

📋 copy color: '#FACCFE'

red 250 ◦ green 204 ◦ blue 254

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

Shades of Snuff #FACCFE

Tints of Snuff #FACCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 28.81%

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

R = 35.31%
G = 28.81%
B = 35.88%

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

#FACCFE (or 0xFACCFE) is known color: Snuff. HEX triplet: FA, CC and FE. RGB value is (250,204,254). Sum of RGB (Red+Green+Blue) = 250+204+254=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 204 (80.08% from 255 or 28.81% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #FACCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCFE is #053301. Grayscale: #DFDFDF. Windows color (decimal): -340738 or 16698618. OLE color: 16698618.

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

Color convert

RGB 250 204 254 -
CMYK 0.02 0.20 0 0.00
HSL 295.2º 0.96% 0.9% -
HSV(B) 295.2º 0.2% 1% -
XYZ 78.91 70.67 103.25 -
YUV 223.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 250 204 254 0.02 0.20 0 0.00 295.2 0.96 0.9
Hex FA CC FE 2 14 0 0 127 60 5A
Octal 372 314 376 2 24 0 0 447 140 132
Binary 11111010 11001100 11111110 10 10100 0 0 100100111 1100000 1011010

Color Harmonies of #FACCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCFE

Black with #FACCFE

Text Example


Text Example

White with #FACCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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