Html Css Color HEX #F0DAF3 Selago

📋 copy color: '#F0DAF3'

red 240 ◦ green 218 ◦ blue 243

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

Shades of Selago #F0DAF3

Tints of Selago #F0DAF3

RGB

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

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

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

R = 34.24%
G = 31.1%
B = 34.66%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0DAF3 (or 0xF0DAF3) is known color: Selago. HEX triplet: F0, DA and F3. RGB value is (240,218,243). Sum of RGB (Red+Green+Blue) = 240+218+243=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0DAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAF3 is #0F250C. Grayscale: #E3E3E3. Windows color (decimal): -992525 or 15981296. OLE color: 15981296.

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

Color convert

RGB 240 218 243 -
CMYK 0.01 0.10 0 0.05
HSL 292.8º 0.51% 0.9% -
HSV(B) 292.8º 0.1% 0.95% -
XYZ 77.18 75.14 95.23 -
YUV 227.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 240 218 243 0.01 0.10 0 0.05 292.8 0.51 0.9
Hex F0 DA F3 1 A 0 5 125 33 5A
Octal 360 332 363 1 12 0 5 445 63 132
Binary 11110000 11011010 11110011 1 1010 0 101 100100101 110011 1011010

Color Harmonies of #F0DAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAF3

Black with #F0DAF3

Text Example


Text Example

White with #F0DAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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