#F4D1FB

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

Shades of Blue Chalk #F4D1FB

Tints of Blue Chalk #F4D1FB

Color information

#F4D1FB (or 0xF4D1FB) is unknown color: approx Blue Chalk. HEX triplet: F4, D1 and FB. RGB value is (244,209,251). Sum of RGB (Red+Green+Blue) = 244+209+251=704 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.66% from 704); Green value is 209 (82.03% from 255 or 29.69% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4D1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D1FB is #0B2E04. Grayscale: #E0E0E0. Windows color (decimal): -732677 or 16503284. OLE color: 16503284.

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

Color convert

RGB244209251-
CMYK0.030.1700.02
HSL290º84%90.2%-
HSV(B)290º16.73%98.43%-
XYZ77.5271.8101.04-
YUV224.25143.1142.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.66%
GREEN value IS 209 (82.03% from 255) = 29.69%
BLUE value IS 251 (98.44% from 255) = 35.65%
R=34.66%
G=29.69%
B=35.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442092510.030.1700.022908490.2
HexF4D1FB31102122545a
Octal36432137332102442124132
Binary111101001101000111111011111000101010010001010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D1FB; }

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

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

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

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

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

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

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

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