Html Css Color HEX #FECFFC Snuff

📋 copy color: '#FECFFC'

red 254 ◦ green 207 ◦ blue 252

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

Shades of Snuff #FECFFC

Tints of Snuff #FECFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.03%

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

R = 35.62%
G = 29.03%
B = 35.34%

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

#FECFFC (or 0xFECFFC) is known color: Snuff. HEX triplet: FE, CF and FC. RGB value is (254,207,252). Sum of RGB (Red+Green+Blue) = 254+207+252=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 207 (81.25% from 255 or 29.03% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFFC is #013003. Grayscale: #E2E2E2. Windows color (decimal): -77828 or 16568318. OLE color: 16568318.

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

Color convert

RGB 254 207 252 -
CMYK 0 0.19 0.01 0.00
HSL 302.55º 0.96% 0.9% -
HSV(B) 302.55º 0.19% 1% -
XYZ 80.76 72.72 101.88 -
YUV 226.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 254 207 252 0 0.19 0.01 0.00 302.55 0.96 0.9
Hex FE CF FC 0 13 1 0 12F 60 5A
Octal 376 317 374 0 23 1 0 457 140 132
Binary 11111110 11001111 11111100 0 10011 1 0 100101111 1100000 1011010

Color Harmonies of #FECFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFFC

Black with #FECFFC

Text Example


Text Example

White with #FECFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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