Html Css Color HEX #F0C6F9 Blue Chalk

📋 copy color: '#F0C6F9'

red 240 ◦ green 198 ◦ blue 249

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

Shades of Blue Chalk #F0C6F9

Tints of Blue Chalk #F0C6F9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.82%

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

R = 34.93%
G = 28.82%
B = 36.24%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0C6F9 (or 0xF0C6F9) is known color: Blue Chalk. HEX triplet: F0, C6 and F9. RGB value is (240,198,249). Sum of RGB (Red+Green+Blue) = 240+198+249=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 198 (77.73% from 255 or 28.82% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0C6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C6F9 is #0F3906. Grayscale: #D8D8D8. Windows color (decimal): -997639 or 16369392. OLE color: 16369392.

HSL color Cylindrical-coordinate representation of color #F0C6F9: hue angle of 289.41º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C6F9 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 198 249 -
CMYK 0.04 0.20 0 0.02
HSL 289.41º 0.81% 0.88% -
HSV(B) 289.41º 0.2% 0.98% -
XYZ 73.23 65.75 98.45 -
YUV 216.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 240 198 249 0.04 0.20 0 0.02 289.41 0.81 0.88
Hex F0 C6 F9 4 14 0 2 121 51 58
Octal 360 306 371 4 24 0 2 441 121 130
Binary 11110000 11000110 11111001 100 10100 0 10 100100001 1010001 1011000

Color Harmonies of #F0C6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C6F9

Black with #F0C6F9

Text Example


Text Example

White with #F0C6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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