Html Css Color HEX #FECAFF Snuff

📋 copy color: '#FECAFF'

red 254 ◦ green 202 ◦ blue 255

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

Shades of Snuff #FECAFF

Tints of Snuff #FECAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.41%

 BLUE value IS 255 (100% from 255) = 35.86%

R = 35.72%
G = 28.41%
B = 35.86%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FECAFF (or 0xFECAFF) is known color: Snuff. HEX triplet: FE, CA and FF. RGB value is (254,202,255). Sum of RGB (Red+Green+Blue) = 254+202+255=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 202 (79.30% from 255 or 28.41% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #FECAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAFF is #013500. Grayscale: #DFDFDF. Windows color (decimal): -79105 or 16763646. OLE color: 16763646.

HSL color Cylindrical-coordinate representation of color #FECAFF: hue angle of 298.87º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FECAFF is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 254 202 255 -
CMYK 0.00 0.21 0 0
HSL 298.87º 1% 0.9% -
HSV(B) 298.87º 0.21% 1% -
XYZ 80.04 70.53 104 -
YUV 223.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 254 202 255 0.00 0.21 0 0 298.87 1 0.9
Hex FE CA FF 0 15 0 0 12B 64 5A
Octal 376 312 377 0 25 0 0 453 144 132
Binary 11111110 11001010 11111111 0 10101 0 0 100101011 1100100 1011010

Color Harmonies of #FECAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAFF

Black with #FECAFF

Text Example


Text Example

White with #FECAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAFF; }

 p { color: rgb(254,202,255); }

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

background-color css

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

 a { background-color: rgb(254,202,255); }

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

border-color css

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

 span { border-color: rgb(254,202,255); }

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