Html Css Color HEX #FECEFB Snuff

📋 copy color: '#FECEFB'

red 254 ◦ green 206 ◦ blue 251

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

Shades of Snuff #FECEFB

Tints of Snuff #FECEFB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 28.97%

 BLUE value IS 251 (98.44% from 255) = 35.3%

R = 35.72%
G = 28.97%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FECEFB (or 0xFECEFB) is known color: Snuff. HEX triplet: FE, CE and FB. RGB value is (254,206,251). Sum of RGB (Red+Green+Blue) = 254+206+251=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 206 (80.86% from 255 or 28.97% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEFB is #013104. Grayscale: #E1E1E1. Windows color (decimal): -78085 or 16502526. OLE color: 16502526.

HSL color Cylindrical-coordinate representation of color #FECEFB: hue angle of 303.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEFB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 206 251 -
CMYK 0 0.19 0.01 0.00
HSL 303.75º 0.96% 0.9% -
HSV(B) 303.75º 0.19% 1% -
XYZ 80.36 72.18 100.96 -
YUV 225.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 254 206 251 0 0.19 0.01 0.00 303.75 0.96 0.9
Hex FE CE FB 0 13 1 0 130 60 5A
Octal 376 316 373 0 23 1 0 460 140 132
Binary 11111110 11001110 11111011 0 10011 1 0 100110000 1100000 1011010

Color Harmonies of #FECEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEFB

Black with #FECEFB

Text Example


Text Example

White with #FECEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEFB; }

 p { color: rgb(254,206,251); }

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

background-color css

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

 a { background-color: rgb(254,206,251); }

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

border-color css

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

 span { border-color: rgb(254,206,251); }

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