#F0CCFB

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

Shades of Blue Chalk #F0CCFB

Tints of Blue Chalk #F0CCFB

Color information

#F0CCFB (or 0xF0CCFB) is unknown color: approx Blue Chalk. HEX triplet: F0, CC and FB. RGB value is (240,204,251). Sum of RGB (Red+Green+Blue) = 240+204+251=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0CCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCFB is #0F3304. Grayscale: #DBDBDB. Windows color (decimal): -996101 or 16502000. OLE color: 16502000.

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

Color convert

RGB240204251-
CMYK0.040.1900.02
HSL285.96º85.45%89.22%-
HSV(B)285.96º18.73%98.43%-
XYZ74.9468.68100.57-
YUV220.12145.43142.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.53%
GREEN value IS 204 (80.08% from 255) = 29.35%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=34.53%
G=29.35%
B=36.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402042510.040.1900.02285.9685.4589.22
HexF0CCFB4130211e5559
Octal36031437342302436125131
Binary1111000011001100111110111001001101010001111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCFB; }

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

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

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

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

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

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

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

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