#F0CBFA

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

Shades of Blue Chalk #F0CBFA

Tints of Blue Chalk #F0CBFA

Color information

#F0CBFA (or 0xF0CBFA) is unknown color: approx Blue Chalk. HEX triplet: F0, CB and FA. RGB value is (240,203,250). Sum of RGB (Red+Green+Blue) = 240+203+250=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBFA is #0F3405. Grayscale: #DBDBDB. Windows color (decimal): -996358 or 16436208. OLE color: 16436208.

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

Color convert

RGB240203250-
CMYK0.040.1900.02
HSL287.23º82.46%88.82%-
HSV(B)287.23º18.8%98.04%-
XYZ74.5568.1499.67-
YUV219.42145.26142.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.63%
GREEN value IS 203 (79.69% from 255) = 29.29%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=34.63%
G=29.29%
B=36.08%

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
Decimal2402032500.040.1900.02287.2382.4688.82
HexF0CBFA4130211f5259
Octal36031337242302437122131
Binary1111000011001011111110101001001101010001111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBFA; }

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

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

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

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

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

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

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

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