Html Css Color HEX #F0DCF2 Selago

📋 copy color: '#F0DCF2'

red 240 ◦ green 220 ◦ blue 242

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

Shades of Selago #F0DCF2

Tints of Selago #F0DCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.34%

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

R = 34.19%
G = 31.34%
B = 34.47%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0DCF2 (or 0xF0DCF2) is known color: Selago. HEX triplet: F0, DC and F2. RGB value is (240,220,242). Sum of RGB (Red+Green+Blue) = 240+220+242=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0DCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCF2 is #0F230D. Grayscale: #E4E4E4. Windows color (decimal): -992014 or 15916272. OLE color: 15916272.

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

Color convert

RGB 240 220 242 -
CMYK 0.01 0.09 0 0.05
HSL 294.55º 0.46% 0.91% -
HSV(B) 294.55º 0.09% 0.95% -
XYZ 77.56 76.12 94.61 -
YUV 228.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 240 220 242 0.01 0.09 0 0.05 294.55 0.46 0.91
Hex F0 DC F2 1 9 0 5 127 2E 5B
Octal 360 334 362 1 11 0 5 447 56 133
Binary 11110000 11011100 11110010 1 1001 0 101 100100111 101110 1011011

Color Harmonies of #F0DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCF2

Black with #F0DCF2

Text Example


Text Example

White with #F0DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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