Html Css Color HEX #FECCFC Snuff

📋 copy color: '#FECCFC'

red 254 ◦ green 204 ◦ blue 252

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

Shades of Snuff #FECCFC

Tints of Snuff #FECCFC

RGB

 RED value IS 254 (99.61% from 255) = 35.77%

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

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

R = 35.77%
G = 28.73%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FECCFC (or 0xFECCFC) is known color: Snuff. HEX triplet: FE, CC and FC. RGB value is (254,204,252). Sum of RGB (Red+Green+Blue) = 254+204+252=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 204 (80.08% from 255 or 28.73% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCFC is #013303. Grayscale: #E0E0E0. Windows color (decimal): -78596 or 16567550. OLE color: 16567550.

HSL color Cylindrical-coordinate representation of color #FECCFC: hue angle of 302.4º 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 #FECCFC is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 252 -
CMYK 0 0.20 0.01 0.00
HSL 302.4º 0.96% 0.9% -
HSV(B) 302.4º 0.2% 1% -
XYZ 80.04 71.28 101.64 -
YUV 224.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 254 204 252 0 0.20 0.01 0.00 302.4 0.96 0.9
Hex FE CC FC 0 14 1 0 12E 60 5A
Octal 376 314 374 0 24 1 0 456 140 132
Binary 11111110 11001100 11111100 0 10100 1 0 100101110 1100000 1011010

Color Harmonies of #FECCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCFC

Black with #FECCFC

Text Example


Text Example

White with #FECCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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