Html Css Color HEX #F0CFF9 Blue Chalk

📋 copy color: '#F0CFF9'

red 240 ◦ green 207 ◦ blue 249

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

Shades of Blue Chalk #F0CFF9

Tints of Blue Chalk #F0CFF9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.74%

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

R = 34.48%
G = 29.74%
B = 35.78%

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

#F0CFF9 (or 0xF0CFF9) is known color: Blue Chalk. HEX triplet: F0, CF and F9. RGB value is (240,207,249). Sum of RGB (Red+Green+Blue) = 240+207+249=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0CFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFF9 is #0F3006. Grayscale: #DDDDDD. Windows color (decimal): -995335 or 16371696. OLE color: 16371696.

HSL color Cylindrical-coordinate representation of color #F0CFF9: hue angle of 287.14º 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 #F0CFF9 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 207 249 -
CMYK 0.04 0.17 0 0.02
HSL 287.14º 0.78% 0.89% -
HSV(B) 287.14º 0.17% 0.98% -
XYZ 75.35 69.99 99.16 -
YUV 221.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 240 207 249 0.04 0.17 0 0.02 287.14 0.78 0.89
Hex F0 CF F9 4 11 0 2 11F 4E 59
Octal 360 317 371 4 21 0 2 437 116 131
Binary 11110000 11001111 11111001 100 10001 0 10 100011111 1001110 1011001

Color Harmonies of #F0CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFF9

Black with #F0CFF9

Text Example


Text Example

White with #F0CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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