#F0CFFB

Color #F0CFFB Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #F0CFFB

Tints of Blue Chalk #F0CFFB

Color information

#F0CFFB (or 0xF0CFFB) is unknown color: approx Blue Chalk. HEX triplet: F0, CF and FB. RGB value is (240,207,251). Sum of RGB (Red+Green+Blue) = 240+207+251=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0CFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFFB is #0F3004. Grayscale: #DDDDDD. Windows color (decimal): -995333 or 16502768. OLE color: 16502768.

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

Color convert

RGB240207251-
CMYK0.040.1800.02
HSL285º84.62%89.8%-
HSV(B)285º17.53%98.43%-
XYZ75.6670.12100.81-
YUV221.88144.43140.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 207 (81.25% from 255) = 29.66%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=34.38%
G=29.66%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402072510.040.1800.0228584.6289.8
HexF0CFFB4120211d555a
Octal36031737342202435125132
Binary1111000011001111111110111001001001010001110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CFFB; }

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

 H1.HeaderClassName
 {
   color: #F0CFFB;
 }
 .AnyTagClassName
 {
   color: #F0CFFB;
 }
</style>
background-color css

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

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

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

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

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

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