Html Css Color HEX #F0DBF3 Selago

📋 copy color: '#F0DBF3'

red 240 ◦ green 219 ◦ blue 243

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

Shades of Selago #F0DBF3

Tints of Selago #F0DBF3

RGB

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

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

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

R = 34.19%
G = 31.2%
B = 34.62%

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

#F0DBF3 (or 0xF0DBF3) is known color: Selago. HEX triplet: F0, DB and F3. RGB value is (240,219,243). Sum of RGB (Red+Green+Blue) = 240+219+243=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0DBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBF3 is #0F240C. Grayscale: #E3E3E3. Windows color (decimal): -992269 or 15981552. OLE color: 15981552.

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

Color convert

RGB 240 219 243 -
CMYK 0.01 0.10 0 0.05
HSL 292.5º 0.5% 0.91% -
HSV(B) 292.5º 0.1% 0.95% -
XYZ 77.44 75.66 95.32 -
YUV 228.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 240 219 243 0.01 0.10 0 0.05 292.5 0.5 0.91
Hex F0 DB F3 1 A 0 5 124 32 5B
Octal 360 333 363 1 12 0 5 444 62 133
Binary 11110000 11011011 11110011 1 1010 0 101 100100100 110010 1011011

Color Harmonies of #F0DBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBF3

Black with #F0DBF3

Text Example


Text Example

White with #F0DBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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