Html Css Color HEX #FECBF7 Snuff

📋 copy color: '#FECBF7'

red 254 ◦ green 203 ◦ blue 247

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

Shades of Snuff #FECBF7

Tints of Snuff #FECBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.09%

R = 36.08%
G = 28.84%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FECBF7 (or 0xFECBF7) is known color: Snuff. HEX triplet: FE, CB and F7. RGB value is (254,203,247). Sum of RGB (Red+Green+Blue) = 254+203+247=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 203 (79.69% from 255 or 28.84% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBF7 is #013408. Grayscale: #DFDFDF. Windows color (decimal): -78857 or 16239614. OLE color: 16239614.

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

Color convert

RGB 254 203 247 -
CMYK 0 0.20 0.03 0.00
HSL 308.24º 0.96% 0.9% -
HSV(B) 308.24º 0.2% 1% -
XYZ 79.02 70.5 97.44 -
YUV 223.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 254 203 247 0 0.20 0.03 0.00 308.24 0.96 0.9
Hex FE CB F7 0 14 3 0 134 60 5A
Octal 376 313 367 0 24 3 0 464 140 132
Binary 11111110 11001011 11110111 0 10100 11 0 100110100 1100000 1011010

Color Harmonies of #FECBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBF7

Black with #FECBF7

Text Example


Text Example

White with #FECBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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