Html Css Color HEX #FECFFD Snuff

📋 copy color: '#FECFFD'

red 254 ◦ green 207 ◦ blue 253

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

Shades of Snuff #FECFFD

Tints of Snuff #FECFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.43%

R = 35.57%
G = 28.99%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FECFFD (or 0xFECFFD) is known color: Snuff. HEX triplet: FE, CF and FD. RGB value is (254,207,253). Sum of RGB (Red+Green+Blue) = 254+207+253=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 207 (81.25% from 255 or 28.99% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFFD is #013002. Grayscale: #E2E2E2. Windows color (decimal): -77827 or 16633854. OLE color: 16633854.

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

Color convert

RGB 254 207 253 -
CMYK 0 0.19 0.00 0.00
HSL 301.28º 0.96% 0.9% -
HSV(B) 301.28º 0.19% 1% -
XYZ 80.92 72.79 102.71 -
YUV 226.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 254 207 253 0 0.19 0.00 0.00 301.28 0.96 0.9
Hex FE CF FD 0 13 0 0 12D 60 5A
Octal 376 317 375 0 23 0 0 455 140 132
Binary 11111110 11001111 11111101 0 10011 0 0 100101101 1100000 1011010

Color Harmonies of #FECFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFFD

Black with #FECFFD

Text Example


Text Example

White with #FECFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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