#F0CBFE

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

Shades of Blue Chalk #F0CBFE

Tints of Blue Chalk #F0CBFE

Color information

#F0CBFE (or 0xF0CBFE) is unknown color: approx Blue Chalk. HEX triplet: F0, CB and FE. RGB value is (240,203,254). Sum of RGB (Red+Green+Blue) = 240+203+254=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 203 (79.69% from 255 or 29.12% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CBFE is #0F3401. Grayscale: #DBDBDB. Windows color (decimal): -996354 or 16698352. OLE color: 16698352.

HSL color Cylindrical-coordinate representation of color #F0CBFE: hue angle of 283.53º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0CBFE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB240203254-
CMYK0.060.2000.00
HSL283.53º96.23%89.61%-
HSV(B)283.53º20.08%99.61%-
XYZ75.1868.39103-
YUV219.88147.26142.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 203 (79.69% from 255) = 29.12%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=34.43%
G=29.12%
B=36.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402032540.060.2000.00283.5396.2389.61
HexF0CBFE6140011c605a
Octal36031337662400434140132
Binary111100001100101111111110110101000010001110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBFE; }

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

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

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

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

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

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

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

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