Html Css Color HEX #FDE9FB Selago

📋 copy color: '#FDE9FB'

red 253 ◦ green 233 ◦ blue 251

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

Shades of Selago #FDE9FB

Tints of Selago #FDE9FB

RGB

 RED value IS 253 (99.22% from 255) = 34.33%

 GREEN value IS 233 (91.41% from 255) = 31.61%

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

R = 34.33%
G = 31.61%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDE9FB (or 0xFDE9FB) is known color: Selago. HEX triplet: FD, E9 and FB. RGB value is (253,233,251). Sum of RGB (Red+Green+Blue) = 253+233+251=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 233 (91.41% from 255 or 31.61% from 737); Blue value is 251 (98.44% from 255 or 34.06% from 737); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9FB is #021604. Grayscale: #F0F0F0. Windows color (decimal): -136709 or 16509437. OLE color: 16509437.

HSL color Cylindrical-coordinate representation of color #FDE9FB: hue angle of 306º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE9FB is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 233 251 -
CMYK 0 0.08 0.01 0.01
HSL 306º 0.83% 0.95% -
HSV(B) 306º 0.08% 0.99% -
XYZ 87.06 86.13 103.3 -
YUV 241.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 253 233 251 0 0.08 0.01 0.01 306 0.83 0.95
Hex FD E9 FB 0 8 1 1 132 53 5F
Octal 375 351 373 0 10 1 1 462 123 137
Binary 11111101 11101001 11111011 0 1000 1 1 100110010 1010011 1011111

Color Harmonies of #FDE9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE9FB

Black with #FDE9FB

Text Example


Text Example

White with #FDE9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE9FB; }

 p { color: rgb(253,233,251); }

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

background-color css

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

 a { background-color: rgb(253,233,251); }

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

border-color css

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

 span { border-color: rgb(253,233,251); }

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