Html Css Color HEX #F0C2F9 Blue Chalk

📋 copy color: '#F0C2F9'

red 240 ◦ green 194 ◦ blue 249

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

Shades of Blue Chalk #F0C2F9

Tints of Blue Chalk #F0C2F9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.4%

 BLUE value IS 249 (97.66% from 255) = 36.46%

R = 35.14%
G = 28.4%
B = 36.46%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0C2F9 (or 0xF0C2F9) is known color: Blue Chalk. HEX triplet: F0, C2 and F9. RGB value is (240,194,249). Sum of RGB (Red+Green+Blue) = 240+194+249=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0C2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C2F9 is #0F3D06. Grayscale: #D5D5D5. Windows color (decimal): -998663 or 16368368. OLE color: 16368368.

HSL color Cylindrical-coordinate representation of color #F0C2F9: hue angle of 290.18º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C2F9 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 194 249 -
CMYK 0.04 0.22 0 0.02
HSL 290.18º 0.82% 0.87% -
HSV(B) 290.18º 0.22% 0.98% -
XYZ 72.33 63.95 98.15 -
YUV 214.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 240 194 249 0.04 0.22 0 0.02 290.18 0.82 0.87
Hex F0 C2 F9 4 16 0 2 122 52 57
Octal 360 302 371 4 26 0 2 442 122 127
Binary 11110000 11000010 11111001 100 10110 0 10 100100010 1010010 1010111

Color Harmonies of #F0C2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C2F9

Black with #F0C2F9

Text Example


Text Example

White with #F0C2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C2F9; }

 p { color: rgb(240,194,249); }

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

background-color css

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

 a { background-color: rgb(240,194,249); }

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

border-color css

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

 span { border-color: rgb(240,194,249); }

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