Html Css Color HEX #FED2FC Snuff

📋 copy color: '#FED2FC'

red 254 ◦ green 210 ◦ blue 252

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

Shades of Snuff #FED2FC

Tints of Snuff #FED2FC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 29.33%

 BLUE value IS 252 (98.83% from 255) = 35.2%

R = 35.47%
G = 29.33%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FED2FC (or 0xFED2FC) is known color: Snuff. HEX triplet: FE, D2 and FC. RGB value is (254,210,252). Sum of RGB (Red+Green+Blue) = 254+210+252=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 210 (82.42% from 255 or 29.33% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2FC is #012D03. Grayscale: #E3E3E3. Windows color (decimal): -77060 or 16569086. OLE color: 16569086.

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

Color convert

RGB 254 210 252 -
CMYK 0 0.17 0.01 0.00
HSL 302.73º 0.96% 0.91% -
HSV(B) 302.73º 0.17% 1% -
XYZ 81.49 74.19 102.12 -
YUV 227.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 254 210 252 0 0.17 0.01 0.00 302.73 0.96 0.91
Hex FE D2 FC 0 11 1 0 12F 60 5B
Octal 376 322 374 0 21 1 0 457 140 133
Binary 11111110 11010010 11111100 0 10001 1 0 100101111 1100000 1011011

Color Harmonies of #FED2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2FC

Black with #FED2FC

Text Example


Text Example

White with #FED2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2FC; }

 p { color: rgb(254,210,252); }

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

background-color css

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

 a { background-color: rgb(254,210,252); }

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

border-color css

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

 span { border-color: rgb(254,210,252); }

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