Html Css Color HEX #FECFFA Snuff

📋 copy color: '#FECFFA'

red 254 ◦ green 207 ◦ blue 250

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

Shades of Snuff #FECFFA

Tints of Snuff #FECFFA

RGB

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

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

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

R = 35.72%
G = 29.11%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FECFFA (or 0xFECFFA) is known color: Snuff. HEX triplet: FE, CF and FA. RGB value is (254,207,250). Sum of RGB (Red+Green+Blue) = 254+207+250=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 207 (81.25% from 255 or 29.11% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFFA is #013005. Grayscale: #E1E1E1. Windows color (decimal): -77830 or 16437246. OLE color: 16437246.

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

Color convert

RGB 254 207 250 -
CMYK 0 0.19 0.02 0.00
HSL 305.11º 0.96% 0.9% -
HSV(B) 305.11º 0.19% 1% -
XYZ 80.44 72.6 100.22 -
YUV 225.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 254 207 250 0 0.19 0.02 0.00 305.11 0.96 0.9
Hex FE CF FA 0 13 2 0 131 60 5A
Octal 376 317 372 0 23 2 0 461 140 132
Binary 11111110 11001111 11111010 0 10011 10 0 100110001 1100000 1011010

Color Harmonies of #FECFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFFA

Black with #FECFFA

Text Example


Text Example

White with #FECFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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