Html Css Color HEX #F0DAF1 Selago

📋 copy color: '#F0DAF1'

red 240 ◦ green 218 ◦ blue 241

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

Shades of Selago #F0DAF1

Tints of Selago #F0DAF1

RGB

 RED value IS 240 (94.14% from 255) = 34.33%

 GREEN value IS 218 (85.55% from 255) = 31.19%

 BLUE value IS 241 (94.53% from 255) = 34.48%

R = 34.33%
G = 31.19%
B = 34.48%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0DAF1 (or 0xF0DAF1) is known color: Selago. HEX triplet: F0, DA and F1. RGB value is (240,218,241). Sum of RGB (Red+Green+Blue) = 240+218+241=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0DAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAF1 is #0F250E. Grayscale: #E3E3E3. Windows color (decimal): -992527 or 15850224. OLE color: 15850224.

HSL color Cylindrical-coordinate representation of color #F0DAF1: hue angle of 297.39º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0DAF1 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 218 241 -
CMYK 0.00 0.10 0 0.05
HSL 297.39º 0.45% 0.9% -
HSV(B) 297.39º 0.1% 0.95% -
XYZ 76.88 75.02 93.65 -
YUV 227.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 240 218 241 0.00 0.10 0 0.05 297.39 0.45 0.9
Hex F0 DA F1 0 A 0 5 129 2D 5A
Octal 360 332 361 0 12 0 5 451 55 132
Binary 11110000 11011010 11110001 0 1010 0 101 100101001 101101 1011010

Color Harmonies of #F0DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAF1

Black with #F0DAF1

Text Example


Text Example

White with #F0DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAF1; }

 p { color: rgb(240,218,241); }

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

background-color css

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

 a { background-color: rgb(240,218,241); }

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

border-color css

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

 span { border-color: rgb(240,218,241); }

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