Html Css Color HEX #FDE4FB Selago

📋 copy color: '#FDE4FB'

red 253 ◦ green 228 ◦ blue 251

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

Shades of Selago #FDE4FB

Tints of Selago #FDE4FB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.15%

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

R = 34.56%
G = 31.15%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDE4FB (or 0xFDE4FB) is known color: Selago. HEX triplet: FD, E4 and FB. RGB value is (253,228,251). Sum of RGB (Red+Green+Blue) = 253+228+251=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 228 (89.45% from 255 or 31.15% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4FB is #021B04. Grayscale: #EEEEEE. Windows color (decimal): -137989 or 16508157. OLE color: 16508157.

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

Color convert

RGB 253 228 251 -
CMYK 0 0.10 0.01 0.01
HSL 304.8º 0.86% 0.94% -
HSV(B) 304.8º 0.1% 0.99% -
XYZ 85.66 83.33 102.84 -
YUV 238.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 253 228 251 0 0.10 0.01 0.01 304.8 0.86 0.94
Hex FD E4 FB 0 A 1 1 131 56 5E
Octal 375 344 373 0 12 1 1 461 126 136
Binary 11111101 11100100 11111011 0 1010 1 1 100110001 1010110 1011110

Color Harmonies of #FDE4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE4FB

Black with #FDE4FB

Text Example


Text Example

White with #FDE4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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