Html Css Color HEX #FDE3FA Selago

📋 copy color: '#FDE3FA'

red 253 ◦ green 227 ◦ blue 250

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

Shades of Selago #FDE3FA

Tints of Selago #FDE3FA

RGB

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

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

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

R = 34.66%
G = 31.1%
B = 34.25%

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

#FDE3FA (or 0xFDE3FA) is known color: Selago. HEX triplet: FD, E3 and FA. RGB value is (253,227,250). Sum of RGB (Red+Green+Blue) = 253+227+250=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 227 (89.06% from 255 or 31.10% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3FA is #021C05. Grayscale: #EDEDED. Windows color (decimal): -138246 or 16442365. OLE color: 16442365.

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

Color convert

RGB 253 227 250 -
CMYK 0 0.10 0.01 0.01
HSL 306.92º 0.87% 0.94% -
HSV(B) 306.92º 0.1% 0.99% -
XYZ 85.23 82.72 101.92 -
YUV 237.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 253 227 250 0 0.10 0.01 0.01 306.92 0.87 0.94
Hex FD E3 FA 0 A 1 1 133 57 5E
Octal 375 343 372 0 12 1 1 463 127 136
Binary 11111101 11100011 11111010 0 1010 1 1 100110011 1010111 1011110

Color Harmonies of #FDE3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3FA

Black with #FDE3FA

Text Example


Text Example

White with #FDE3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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