Html Css Color HEX #FECCF4 Snuff

📋 copy color: '#FECCF4'

red 254 ◦ green 204 ◦ blue 244

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

Shades of Snuff #FECCF4

Tints of Snuff #FECCF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.76%

R = 36.18%
G = 29.06%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FECCF4 (or 0xFECCF4) is known color: Snuff. HEX triplet: FE, CC and F4. RGB value is (254,204,244). Sum of RGB (Red+Green+Blue) = 254+204+244=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF4 is #01330B. Grayscale: #DFDFDF. Windows color (decimal): -78604 or 16043262. OLE color: 16043262.

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

Color convert

RGB 254 204 244 -
CMYK 0 0.20 0.04 0.00
HSL 312º 0.96% 0.9% -
HSV(B) 312º 0.2% 1% -
XYZ 78.8 70.79 95.1 -
YUV 223.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 254 204 244 0 0.20 0.04 0.00 312 0.96 0.9
Hex FE CC F4 0 14 4 0 138 60 5A
Octal 376 314 364 0 24 4 0 470 140 132
Binary 11111110 11001100 11110100 0 10100 100 0 100111000 1100000 1011010

Color Harmonies of #FECCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCF4

Black with #FECCF4

Text Example


Text Example

White with #FECCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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