#F2CBFA

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

Shades of Blue Chalk #F2CBFA

Tints of Blue Chalk #F2CBFA

Color information

#F2CBFA (or 0xF2CBFA) is unknown color: approx Blue Chalk. HEX triplet: F2, CB and FA. RGB value is (242,203,250). Sum of RGB (Red+Green+Blue) = 242+203+250=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBFA is #0D3405. Grayscale: #DBDBDB. Windows color (decimal): -865286 or 16436210. OLE color: 16436210.

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

Color convert

RGB242203250-
CMYK0.030.1900.02
HSL289.79º82.46%88.82%-
HSV(B)289.79º18.8%98.04%-
XYZ75.2368.4999.7-
YUV220.02144.92143.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 203 (79.69% from 255) = 29.21%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=34.82%
G=29.21%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422032500.030.1900.02289.7982.4688.82
HexF2CBFA313021225259
Octal36231337232302442122131
Binary111100101100101111111010111001101010010001010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBFA; }

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

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

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

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

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

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

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

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