Html Css Color HEX #F0D9F2 Selago

📋 copy color: '#F0D9F2'

red 240 ◦ green 217 ◦ blue 242

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

Shades of Selago #F0D9F2

Tints of Selago #F0D9F2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.04%

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

R = 34.33%
G = 31.04%
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

#F0D9F2 (or 0xF0D9F2) is known color: Selago. HEX triplet: F0, D9 and F2. RGB value is (240,217,242). Sum of RGB (Red+Green+Blue) = 240+217+242=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0D9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9F2 is #0F260D. Grayscale: #E2E2E2. Windows color (decimal): -992782 or 15915504. OLE color: 15915504.

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

Color convert

RGB 240 217 242 -
CMYK 0.01 0.10 0 0.05
HSL 295.2º 0.49% 0.9% -
HSV(B) 295.2º 0.1% 0.95% -
XYZ 76.78 74.56 94.35 -
YUV 226.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 240 217 242 0.01 0.10 0 0.05 295.2 0.49 0.9
Hex F0 D9 F2 1 A 0 5 127 31 5A
Octal 360 331 362 1 12 0 5 447 61 132
Binary 11110000 11011001 11110010 1 1010 0 101 100100111 110001 1011010

Color Harmonies of #F0D9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D9F2

Black with #F0D9F2

Text Example


Text Example

White with #F0D9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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