#F1CBFB

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

Shades of Blue Chalk #F1CBFB

Tints of Blue Chalk #F1CBFB

Color information

#F1CBFB (or 0xF1CBFB) is unknown color: approx Blue Chalk. HEX triplet: F1, CB and FB. RGB value is (241,203,251). Sum of RGB (Red+Green+Blue) = 241+203+251=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 203 (79.69% from 255 or 29.21% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1CBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CBFB is #0E3404. Grayscale: #DBDBDB. Windows color (decimal): -930821 or 16501745. OLE color: 16501745.

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

Color convert

RGB241203251-
CMYK0.040.1900.02
HSL287.5º85.71%89.02%-
HSV(B)287.5º19.12%98.43%-
XYZ75.0468.38100.51-
YUV219.83145.59143.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.68%
GREEN value IS 203 (79.69% from 255) = 29.21%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=34.68%
G=29.21%
B=36.12%

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
Decimal2412032510.040.1900.02287.585.7189.02
HexF1CBFB413021205659
Octal36131337342302440126131
Binary1111000111001011111110111001001101010010000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBFB; }

 p { color: rgb(241,203,251); }

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

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

 a { background-color: rgb(241,203,251); }

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

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

 span { border-color: rgb(241,203,251); }

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