Html Css Color HEX #FFE0FA Selago

📋 copy color: '#FFE0FA'

red 255 ◦ green 224 ◦ blue 250

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

Shades of Selago #FFE0FA

Tints of Selago #FFE0FA

RGB

 RED value IS 255 (100% from 255) = 34.98%

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

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

R = 34.98%
G = 30.73%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFE0FA (or 0xFFE0FA) is known color: Selago. HEX triplet: FF, E0 and FA. RGB value is (255,224,250). Sum of RGB (Red+Green+Blue) = 255+224+250=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 224 (87.89% from 255 or 30.73% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0FA is #001F05. Grayscale: #ECECEC. Windows color (decimal): -7942 or 16441599. OLE color: 16441599.

HSL color Cylindrical-coordinate representation of color #FFE0FA: hue angle of 309.68º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE0FA is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 224 250 -
CMYK 0 0.12 0.02 0
HSL 309.68º 1% 0.94% -
HSV(B) 309.68º 0.12% 1% -
XYZ 85.15 81.47 101.68 -
YUV 236.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 255 224 250 0 0.12 0.02 0 309.68 1 0.94
Hex FF E0 FA 0 C 2 0 136 64 5E
Octal 377 340 372 0 14 2 0 466 144 136
Binary 11111111 11100000 11111010 0 1100 10 0 100110110 1100100 1011110

Color Harmonies of #FFE0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE0FA

Black with #FFE0FA

Text Example


Text Example

White with #FFE0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE0FA; }

 p { color: rgb(255,224,250); }

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

background-color css

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

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

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

border-color css

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

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

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