Html Css Color HEX #FECBF8 Snuff

📋 copy color: '#FECBF8'

red 254 ◦ green 203 ◦ blue 248

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

Shades of Snuff #FECBF8

Tints of Snuff #FECBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.18%

R = 36.03%
G = 28.79%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FECBF8 (or 0xFECBF8) is known color: Snuff. HEX triplet: FE, CB and F8. RGB value is (254,203,248). Sum of RGB (Red+Green+Blue) = 254+203+248=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 203 (79.69% from 255 or 28.79% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBF8 is #013407. Grayscale: #DFDFDF. Windows color (decimal): -78856 or 16305150. OLE color: 16305150.

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

Color convert

RGB 254 203 248 -
CMYK 0 0.20 0.02 0.00
HSL 307.06º 0.96% 0.9% -
HSV(B) 307.06º 0.2% 1% -
XYZ 79.17 70.56 98.25 -
YUV 223.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 254 203 248 0 0.20 0.02 0.00 307.06 0.96 0.9
Hex FE CB F8 0 14 2 0 133 60 5A
Octal 376 313 370 0 24 2 0 463 140 132
Binary 11111110 11001011 11111000 0 10100 10 0 100110011 1100000 1011010

Color Harmonies of #FECBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBF8

Black with #FECBF8

Text Example


Text Example

White with #FECBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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