Html Css Color HEX #FECCFA Snuff

📋 copy color: '#FECCFA'

red 254 ◦ green 204 ◦ blue 250

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

Shades of Snuff #FECCFA

Tints of Snuff #FECCFA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 28.81%

 BLUE value IS 250 (98.05% from 255) = 35.31%

R = 35.88%
G = 28.81%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FECCFA (or 0xFECCFA) is known color: Snuff. HEX triplet: FE, CC and FA. RGB value is (254,204,250). Sum of RGB (Red+Green+Blue) = 254+204+250=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 204 (80.08% from 255 or 28.81% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCFA is #013305. Grayscale: #E0E0E0. Windows color (decimal): -78598 or 16436478. OLE color: 16436478.

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

Color convert

RGB 254 204 250 -
CMYK 0 0.20 0.02 0.00
HSL 304.8º 0.96% 0.9% -
HSV(B) 304.8º 0.2% 1% -
XYZ 79.72 71.16 99.98 -
YUV 224.19 142.57 149.26 -
System Red Green Blue C M Y K H S L
Decimal 254 204 250 0 0.20 0.02 0.00 304.8 0.96 0.9
Hex FE CC FA 0 14 2 0 131 60 5A
Octal 376 314 372 0 24 2 0 461 140 132
Binary 11111110 11001100 11111010 0 10100 10 0 100110001 1100000 1011010

Color Harmonies of #FECCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCFA

Black with #FECCFA

Text Example


Text Example

White with #FECCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCFA; }

 p { color: rgb(254,204,250); }

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

background-color css

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

 a { background-color: rgb(254,204,250); }

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

border-color css

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

 span { border-color: rgb(254,204,250); }

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