#F2CBFE

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

Shades of Blue Chalk #F2CBFE

Tints of Blue Chalk #F2CBFE

Color information

#F2CBFE (or 0xF2CBFE) is unknown color: approx Blue Chalk. HEX triplet: F2, CB and FE. RGB value is (242,203,254). Sum of RGB (Red+Green+Blue) = 242+203+254=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 203 (79.69% from 255 or 29.04% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBFE is #0D3401. Grayscale: #DCDCDC. Windows color (decimal): -865282 or 16698354. OLE color: 16698354.

HSL color Cylindrical-coordinate representation of color #F2CBFE: hue angle of 285.88º 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 #F2CBFE is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB242203254-
CMYK0.050.2000.00
HSL285.88º96.23%89.61%-
HSV(B)285.88º20.08%99.61%-
XYZ75.8668.74103.04-
YUV220.48146.92143.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.62%
GREEN value IS 203 (79.69% from 255) = 29.04%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=34.62%
G=29.04%
B=36.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422032540.050.2000.00285.8896.2389.61
HexF2CBFE5140011e605a
Octal36231337652400436140132
Binary111100101100101111111110101101000010001111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBFE; }

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

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

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

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

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

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

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

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