Html Css Color HEX #FED5FB Snuff

📋 copy color: '#FED5FB'

red 254 ◦ green 213 ◦ blue 251

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

Shades of Snuff #FED5FB

Tints of Snuff #FED5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.96%

R = 35.38%
G = 29.67%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FED5FB (or 0xFED5FB) is known color: Snuff. HEX triplet: FE, D5 and FB. RGB value is (254,213,251). Sum of RGB (Red+Green+Blue) = 254+213+251=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 213 (83.59% from 255 or 29.67% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5FB is #012A04. Grayscale: #E5E5E5. Windows color (decimal): -76293 or 16504318. OLE color: 16504318.

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

Color convert

RGB 254 213 251 -
CMYK 0 0.16 0.01 0.00
HSL 304.39º 0.95% 0.92% -
HSV(B) 304.39º 0.16% 1% -
XYZ 82.08 75.62 101.54 -
YUV 229.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 254 213 251 0 0.16 0.01 0.00 304.39 0.95 0.92
Hex FE D5 FB 0 10 1 0 130 5F 5C
Octal 376 325 373 0 20 1 0 460 137 134
Binary 11111110 11010101 11111011 0 10000 1 0 100110000 1011111 1011100

Color Harmonies of #FED5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5FB

Black with #FED5FB

Text Example


Text Example

White with #FED5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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