#F0CBFC

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

Shades of Blue Chalk #F0CBFC

Tints of Blue Chalk #F0CBFC

Color information

#F0CBFC (or 0xF0CBFC) is unknown color: approx Blue Chalk. HEX triplet: F0, CB and FC. RGB value is (240,203,252). Sum of RGB (Red+Green+Blue) = 240+203+252=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0CBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBFC is #0F3403. Grayscale: #DBDBDB. Windows color (decimal): -996356 or 16567280. OLE color: 16567280.

HSL color Cylindrical-coordinate representation of color #F0CBFC: hue angle of 285.31º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0CBFC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240203252-
CMYK0.050.1900.01
HSL285.31º89.09%89.22%-
HSV(B)285.31º19.44%98.82%-
XYZ74.8668.27101.33-
YUV219.65146.26142.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.53%
GREEN value IS 203 (79.69% from 255) = 29.21%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=34.53%
G=29.21%
B=36.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402032520.050.1900.01285.3189.0989.22
HexF0CBFC5130111d5959
Octal36031337452301435131131
Binary111100001100101111111100101100110110001110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBFC; }

 p { color: rgb(240,203,252); }

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

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

 a { background-color: rgb(240,203,252); }

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

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

 span { border-color: rgb(240,203,252); }

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