Html Css Color HEX #FDE3FD Selago

📋 copy color: '#FDE3FD'

red 253 ◦ green 227 ◦ blue 253

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

Shades of Selago #FDE3FD

Tints of Selago #FDE3FD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 30.97%

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

R = 34.52%
G = 30.97%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDE3FD (or 0xFDE3FD) is known color: Selago. HEX triplet: FD, E3 and FD. RGB value is (253,227,253). Sum of RGB (Red+Green+Blue) = 253+227+253=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 227 (89.06% from 255 or 30.97% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDE3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3FD is #021C02. Grayscale: #EDEDED. Windows color (decimal): -138243 or 16638973. OLE color: 16638973.

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

Color convert

RGB 253 227 253 -
CMYK 0 0.10 0 0.01
HSL 300º 0.87% 0.94% -
HSV(B) 300º 0.1% 0.99% -
XYZ 85.71 82.91 104.42 -
YUV 237.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 253 227 253 0 0.10 0 0.01 300 0.87 0.94
Hex FD E3 FD 0 A 0 1 12C 57 5E
Octal 375 343 375 0 12 0 1 454 127 136
Binary 11111101 11100011 11111101 0 1010 0 1 100101100 1010111 1011110

Color Harmonies of #FDE3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3FD

Black with #FDE3FD

Text Example


Text Example

White with #FDE3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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