Html Css Color HEX #F0CCF9 Blue Chalk

📋 copy color: '#F0CCF9'

red 240 ◦ green 204 ◦ blue 249

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

Shades of Blue Chalk #F0CCF9

Tints of Blue Chalk #F0CCF9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.44%

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

R = 34.63%
G = 29.44%
B = 35.93%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0CCF9 (or 0xF0CCF9) is known color: Blue Chalk. HEX triplet: F0, CC and F9. RGB value is (240,204,249). Sum of RGB (Red+Green+Blue) = 240+204+249=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 204 (80.08% from 255 or 29.44% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0CCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCF9 is #0F3306. Grayscale: #DBDBDB. Windows color (decimal): -996103 or 16370928. OLE color: 16370928.

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

Color convert

RGB 240 204 249 -
CMYK 0.04 0.18 0 0.02
HSL 288º 0.79% 0.89% -
HSV(B) 288º 0.18% 0.98% -
XYZ 74.63 68.55 98.92 -
YUV 219.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 240 204 249 0.04 0.18 0 0.02 288 0.79 0.89
Hex F0 CC F9 4 12 0 2 120 4F 59
Octal 360 314 371 4 22 0 2 440 117 131
Binary 11110000 11001100 11111001 100 10010 0 10 100100000 1001111 1011001

Color Harmonies of #F0CCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCF9

Black with #F0CCF9

Text Example


Text Example

White with #F0CCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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