Html Css Color HEX #FECBF4 Snuff

📋 copy color: '#FECBF4'

red 254 ◦ green 203 ◦ blue 244

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

Shades of Snuff #FECBF4

Tints of Snuff #FECBF4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 28.96%

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

R = 36.23%
G = 28.96%
B = 34.81%

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

#FECBF4 (or 0xFECBF4) is known color: Snuff. HEX triplet: FE, CB and F4. RGB value is (254,203,244). Sum of RGB (Red+Green+Blue) = 254+203+244=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 203 (79.69% from 255 or 28.96% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBF4 is #01340B. Grayscale: #DEDEDE. Windows color (decimal): -78860 or 16043006. OLE color: 16043006.

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

Color convert

RGB 254 203 244 -
CMYK 0 0.20 0.04 0.00
HSL 311.76º 0.96% 0.9% -
HSV(B) 311.76º 0.2% 1% -
XYZ 78.56 70.31 95.02 -
YUV 222.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 254 203 244 0 0.20 0.04 0.00 311.76 0.96 0.9
Hex FE CB F4 0 14 4 0 138 60 5A
Octal 376 313 364 0 24 4 0 470 140 132
Binary 11111110 11001011 11110100 0 10100 100 0 100111000 1100000 1011010

Color Harmonies of #FECBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBF4

Black with #FECBF4

Text Example


Text Example

White with #FECBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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