#F4CEFB

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

Shades of Blue Chalk #F4CEFB

Tints of Blue Chalk #F4CEFB

Color information

#F4CEFB (or 0xF4CEFB) is unknown color: approx Blue Chalk. HEX triplet: F4, CE and FB. RGB value is (244,206,251). Sum of RGB (Red+Green+Blue) = 244+206+251=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 206 (80.86% from 255 or 29.39% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4CEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CEFB is #0B3104. Grayscale: #DEDEDE. Windows color (decimal): -733445 or 16502516. OLE color: 16502516.

HSL color Cylindrical-coordinate representation of color #F4CEFB: hue angle of 290.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F4CEFB is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244206251-
CMYK0.030.1800.02
HSL290.67º84.91%89.61%-
HSV(B)290.67º17.93%98.43%-
XYZ76.7970.34100.8-
YUV222.49144.09143.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.81%
GREEN value IS 206 (80.86% from 255) = 29.39%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=34.81%
G=29.39%
B=35.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442062510.030.1800.02290.6784.9189.61
HexF4CEFB31202123555a
Octal36431637332202443125132
Binary111101001100111011111011111001001010010001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CEFB; }

 p { color: rgb(244,206,251); }

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

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

 a { background-color: rgb(244,206,251); }

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

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

 span { border-color: rgb(244,206,251); }

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