Html Css Color HEX #F5E0F3 Selago

📋 copy color: '#F5E0F3'

red 245 ◦ green 224 ◦ blue 243

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

Shades of Selago #F5E0F3

Tints of Selago #F5E0F3

RGB

 RED value IS 245 (96.09% from 255) = 34.41%

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

 BLUE value IS 243 (95.31% from 255) = 34.13%

R = 34.41%
G = 31.46%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F5E0F3 (or 0xF5E0F3) is known color: Selago. HEX triplet: F5, E0 and F3. RGB value is (245,224,243). Sum of RGB (Red+Green+Blue) = 245+224+243=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 243 (95.31% from 255 or 34.13% from 712); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E0F3 is #0A1F0C. Grayscale: #E8E8E8. Windows color (decimal): -663309 or 15982837. OLE color: 15982837.

HSL color Cylindrical-coordinate representation of color #F5E0F3: hue angle of 305.71º degrees, saturation: 0.51, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E0F3 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 224 243 -
CMYK 0 0.09 0.01 0.04
HSL 305.71º 0.51% 0.92% -
HSV(B) 305.71º 0.09% 0.96% -
XYZ 80.49 79.19 95.84 -
YUV 232.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 245 224 243 0 0.09 0.01 0.04 305.71 0.51 0.92
Hex F5 E0 F3 0 9 1 4 132 33 5C
Octal 365 340 363 0 11 1 4 462 63 134
Binary 11110101 11100000 11110011 0 1001 1 100 100110010 110011 1011100

Color Harmonies of #F5E0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E0F3

Black with #F5E0F3

Text Example


Text Example

White with #F5E0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E0F3; }

 p { color: rgb(245,224,243); }

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

background-color css

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

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

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

border-color css

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

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

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