Html Css Color HEX #FEC3FF Snuff

📋 copy color: '#FEC3FF'

red 254 ◦ green 195 ◦ blue 255

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

Shades of Snuff #FEC3FF

Tints of Snuff #FEC3FF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 27.7%

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

R = 36.08%
G = 27.7%
B = 36.22%

CMYK

 C value IS 0.00

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEC3FF (or 0xFEC3FF) is known color: Snuff. HEX triplet: FE, C3 and FF. RGB value is (254,195,255). Sum of RGB (Red+Green+Blue) = 254+195+255=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 195 (76.56% from 255 or 27.70% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3FF is #013C00. Grayscale: #DBDBDB. Windows color (decimal): -80897 or 16761854. OLE color: 16761854.

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

Color convert

RGB 254 195 255 -
CMYK 0.00 0.24 0 0
HSL 299º 1% 0.88% -
HSV(B) 299º 0.24% 1% -
XYZ 78.44 67.32 103.47 -
YUV 219.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 254 195 255 0.00 0.24 0 0 299 1 0.88
Hex FE C3 FF 0 18 0 0 12B 64 58
Octal 376 303 377 0 30 0 0 453 144 130
Binary 11111110 11000011 11111111 0 11000 0 0 100101011 1100100 1011000

Color Harmonies of #FEC3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3FF

Black with #FEC3FF

Text Example


Text Example

White with #FEC3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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