Html Css Color HEX #FDE1FB Selago

📋 copy color: '#FDE1FB'

red 253 ◦ green 225 ◦ blue 251

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

Shades of Selago #FDE1FB

Tints of Selago #FDE1FB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 30.86%

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

R = 34.71%
G = 30.86%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDE1FB (or 0xFDE1FB) is known color: Selago. HEX triplet: FD, E1 and FB. RGB value is (253,225,251). Sum of RGB (Red+Green+Blue) = 253+225+251=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 225 (88.28% from 255 or 30.86% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1FB is #021E04. Grayscale: #ECECEC. Windows color (decimal): -138757 or 16507389. OLE color: 16507389.

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

Color convert

RGB 253 225 251 -
CMYK 0 0.11 0.01 0.01
HSL 304.29º 0.88% 0.94% -
HSV(B) 304.29º 0.11% 0.99% -
XYZ 84.85 81.7 102.56 -
YUV 236.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 253 225 251 0 0.11 0.01 0.01 304.29 0.88 0.94
Hex FD E1 FB 0 B 1 1 130 58 5E
Octal 375 341 373 0 13 1 1 460 130 136
Binary 11111101 11100001 11111011 0 1011 1 1 100110000 1011000 1011110

Color Harmonies of #FDE1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE1FB

Black with #FDE1FB

Text Example


Text Example

White with #FDE1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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