#F4CDFB

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

Shades of Blue Chalk #F4CDFB

Tints of Blue Chalk #F4CDFB

Color information

#F4CDFB (or 0xF4CDFB) is unknown color: approx Blue Chalk. HEX triplet: F4, CD and FB. RGB value is (244,205,251). Sum of RGB (Red+Green+Blue) = 244+205+251=700 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.86% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #F4CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CDFB is #0B3204. Grayscale: #DDDDDD. Windows color (decimal): -733701 or 16502260. OLE color: 16502260.

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

Color convert

RGB244205251-
CMYK0.030.1800.02
HSL290.87º85.19%89.41%-
HSV(B)290.87º18.33%98.43%-
XYZ76.5569.86100.72-
YUV221.9144.42143.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.86%
GREEN value IS 205 (80.47% from 255) = 29.29%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=34.86%
G=29.29%
B=35.86%

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
Decimal2442052510.030.1800.02290.8785.1989.41
HexF4CDFB312021235559
Octal36431537332202443125131
Binary111101001100110111111011111001001010010001110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDFB; }

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

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

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

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

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

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

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

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