Html Css Color HEX #FECBF6 Snuff

📋 copy color: '#FECBF6'

red 254 ◦ green 203 ◦ blue 246

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

Shades of Snuff #FECBF6

Tints of Snuff #FECBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.99%

R = 36.13%
G = 28.88%
B = 34.99%

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

#FECBF6 (or 0xFECBF6) is known color: Snuff. HEX triplet: FE, CB and F6. RGB value is (254,203,246). Sum of RGB (Red+Green+Blue) = 254+203+246=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 203 (79.69% from 255 or 28.88% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBF6 is #013409. Grayscale: #DFDFDF. Windows color (decimal): -78858 or 16174078. OLE color: 16174078.

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

Color convert

RGB 254 203 246 -
CMYK 0 0.20 0.03 0.00
HSL 309.41º 0.96% 0.9% -
HSV(B) 309.41º 0.2% 1% -
XYZ 78.86 70.44 96.63 -
YUV 223.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 254 203 246 0 0.20 0.03 0.00 309.41 0.96 0.9
Hex FE CB F6 0 14 3 0 135 60 5A
Octal 376 313 366 0 24 3 0 465 140 132
Binary 11111110 11001011 11110110 0 10100 11 0 100110101 1100000 1011010

Color Harmonies of #FECBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBF6

Black with #FECBF6

Text Example


Text Example

White with #FECBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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