Html Css Color HEX #F0CEF9 Blue Chalk

📋 copy color: '#F0CEF9'

red 240 ◦ green 206 ◦ blue 249

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

Shades of Blue Chalk #F0CEF9

Tints of Blue Chalk #F0CEF9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.64%

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

R = 34.53%
G = 29.64%
B = 35.83%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0CEF9 (or 0xF0CEF9) is known color: Blue Chalk. HEX triplet: F0, CE and F9. RGB value is (240,206,249). Sum of RGB (Red+Green+Blue) = 240+206+249=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 206 (80.86% from 255 or 29.64% from 695); Blue value is 249 (97.66% from 255 or 35.83% from 695); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0CEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEF9 is #0F3106. Grayscale: #DCDCDC. Windows color (decimal): -995591 or 16371440. OLE color: 16371440.

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

Color convert

RGB 240 206 249 -
CMYK 0.04 0.17 0 0.02
HSL 287.44º 0.78% 0.89% -
HSV(B) 287.44º 0.17% 0.98% -
XYZ 75.11 69.51 99.08 -
YUV 221.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 240 206 249 0.04 0.17 0 0.02 287.44 0.78 0.89
Hex F0 CE F9 4 11 0 2 11F 4E 59
Octal 360 316 371 4 21 0 2 437 116 131
Binary 11110000 11001110 11111001 100 10001 0 10 100011111 1001110 1011001

Color Harmonies of #F0CEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEF9

Black with #F0CEF9

Text Example


Text Example

White with #F0CEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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