Html Css Color HEX #FDE1FA Selago

📋 copy color: '#FDE1FA'

red 253 ◦ green 225 ◦ blue 250

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

Shades of Selago #FDE1FA

Tints of Selago #FDE1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.34%

R = 34.75%
G = 30.91%
B = 34.34%

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

#FDE1FA (or 0xFDE1FA) is known color: Selago. HEX triplet: FD, E1 and FA. RGB value is (253,225,250). Sum of RGB (Red+Green+Blue) = 253+225+250=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 225 (88.28% from 255 or 30.91% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1FA is #021E05. Grayscale: #ECECEC. Windows color (decimal): -138758 or 16441853. OLE color: 16441853.

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

Color convert

RGB 253 225 250 -
CMYK 0 0.11 0.01 0.01
HSL 306.43º 0.88% 0.94% -
HSV(B) 306.43º 0.11% 0.99% -
XYZ 84.69 81.64 101.74 -
YUV 236.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 253 225 250 0 0.11 0.01 0.01 306.43 0.88 0.94
Hex FD E1 FA 0 B 1 1 132 58 5E
Octal 375 341 372 0 13 1 1 462 130 136
Binary 11111101 11100001 11111010 0 1011 1 1 100110010 1011000 1011110

Color Harmonies of #FDE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE1FA

Black with #FDE1FA

Text Example


Text Example

White with #FDE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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