Html Css Color HEX #FDE0FD Selago

📋 copy color: '#FDE0FD'

red 253 ◦ green 224 ◦ blue 253

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

Shades of Selago #FDE0FD

Tints of Selago #FDE0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 30.68%

 BLUE value IS 253 (99.22% from 255) = 34.66%

R = 34.66%
G = 30.68%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDE0FD (or 0xFDE0FD) is known color: Selago. HEX triplet: FD, E0 and FD. RGB value is (253,224,253). Sum of RGB (Red+Green+Blue) = 253+224+253=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 224 (87.89% from 255 or 30.68% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0FD is #021F02. Grayscale: #EBEBEB. Windows color (decimal): -139011 or 16638205. OLE color: 16638205.

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

Color convert

RGB 253 224 253 -
CMYK 0 0.11 0 0.01
HSL 300º 0.88% 0.94% -
HSV(B) 300º 0.11% 0.99% -
XYZ 84.89 81.29 104.14 -
YUV 235.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 253 224 253 0 0.11 0 0.01 300 0.88 0.94
Hex FD E0 FD 0 B 0 1 12C 58 5E
Octal 375 340 375 0 13 0 1 454 130 136
Binary 11111101 11100000 11111101 0 1011 0 1 100101100 1011000 1011110

Color Harmonies of #FDE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0FD

Black with #FDE0FD

Text Example


Text Example

White with #FDE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0FD; }

 p { color: rgb(253,224,253); }

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

background-color css

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

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

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

border-color css

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

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

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