Html Css Color HEX #FED5FA Snuff

📋 copy color: '#FED5FA'

red 254 ◦ green 213 ◦ blue 250

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

Shades of Snuff #FED5FA

Tints of Snuff #FED5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 29.71%

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

R = 35.43%
G = 29.71%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FED5FA (or 0xFED5FA) is known color: Snuff. HEX triplet: FE, D5 and FA. RGB value is (254,213,250). Sum of RGB (Red+Green+Blue) = 254+213+250=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 213 (83.59% from 255 or 29.71% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5FA is #012A05. Grayscale: #E5E5E5. Windows color (decimal): -76294 or 16438782. OLE color: 16438782.

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

Color convert

RGB 254 213 250 -
CMYK 0 0.16 0.02 0.00
HSL 305.85º 0.95% 0.92% -
HSV(B) 305.85º 0.16% 1% -
XYZ 81.92 75.56 100.71 -
YUV 229.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 254 213 250 0 0.16 0.02 0.00 305.85 0.95 0.92
Hex FE D5 FA 0 10 2 0 132 5F 5C
Octal 376 325 372 0 20 2 0 462 137 134
Binary 11111110 11010101 11111010 0 10000 10 0 100110010 1011111 1011100

Color Harmonies of #FED5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5FA

Black with #FED5FA

Text Example


Text Example

White with #FED5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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