Html Css Color HEX #F0DBF2 Selago

📋 copy color: '#F0DBF2'

red 240 ◦ green 219 ◦ blue 242

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

Shades of Selago #F0DBF2

Tints of Selago #F0DBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.24%

 BLUE value IS 242 (94.92% from 255) = 34.52%

R = 34.24%
G = 31.24%
B = 34.52%

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

#F0DBF2 (or 0xF0DBF2) is known color: Selago. HEX triplet: F0, DB and F2. RGB value is (240,219,242). Sum of RGB (Red+Green+Blue) = 240+219+242=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0DBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBF2 is #0F240D. Grayscale: #E3E3E3. Windows color (decimal): -992270 or 15916016. OLE color: 15916016.

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

Color convert

RGB 240 219 242 -
CMYK 0.01 0.10 0 0.05
HSL 294.78º 0.47% 0.9% -
HSV(B) 294.78º 0.1% 0.95% -
XYZ 77.29 75.6 94.52 -
YUV 227.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 240 219 242 0.01 0.10 0 0.05 294.78 0.47 0.9
Hex F0 DB F2 1 A 0 5 127 2F 5A
Octal 360 333 362 1 12 0 5 447 57 132
Binary 11110000 11011011 11110010 1 1010 0 101 100100111 101111 1011010

Color Harmonies of #F0DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBF2

Black with #F0DBF2

Text Example


Text Example

White with #F0DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBF2; }

 p { color: rgb(240,219,242); }

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

background-color css

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

 a { background-color: rgb(240,219,242); }

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

border-color css

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

 span { border-color: rgb(240,219,242); }

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