Html Css Color HEX #FECBFC Snuff

📋 copy color: '#FECBFC'

red 254 ◦ green 203 ◦ blue 252

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

Shades of Snuff #FECBFC

Tints of Snuff #FECBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.54%

R = 35.83%
G = 28.63%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FECBFC (or 0xFECBFC) is known color: Snuff. HEX triplet: FE, CB and FC. RGB value is (254,203,252). Sum of RGB (Red+Green+Blue) = 254+203+252=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 203 (79.69% from 255 or 28.63% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBFC is #013403. Grayscale: #DFDFDF. Windows color (decimal): -78852 or 16567294. OLE color: 16567294.

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

Color convert

RGB 254 203 252 -
CMYK 0 0.20 0.01 0.00
HSL 302.35º 0.96% 0.9% -
HSV(B) 302.35º 0.2% 1% -
XYZ 79.8 70.81 101.56 -
YUV 223.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 254 203 252 0 0.20 0.01 0.00 302.35 0.96 0.9
Hex FE CB FC 0 14 1 0 12E 60 5A
Octal 376 313 374 0 24 1 0 456 140 132
Binary 11111110 11001011 11111100 0 10100 1 0 100101110 1100000 1011010

Color Harmonies of #FECBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBFC

Black with #FECBFC

Text Example


Text Example

White with #FECBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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