#F4CDFD

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

Shades of Blue Chalk #F4CDFD

Tints of Blue Chalk #F4CDFD

Color information

#F4CDFD (or 0xF4CDFD) is unknown color: approx Blue Chalk. HEX triplet: F4, CD and FD. RGB value is (244,205,253). Sum of RGB (Red+Green+Blue) = 244+205+253=702 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.76% from 702); Green value is 205 (80.47% from 255 or 29.20% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4CDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CDFD is #0B3202. Grayscale: #DDDDDD. Windows color (decimal): -733699 or 16633332. OLE color: 16633332.

HSL color Cylindrical-coordinate representation of color #F4CDFD: hue angle of 288.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4CDFD is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244205253-
CMYK0.040.1900.01
HSL288.75º92.31%89.8%-
HSV(B)288.75º18.97%99.22%-
XYZ76.8769.99102.39-
YUV222.13145.42143.6-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.76%
GREEN value IS 205 (80.47% from 255) = 29.20%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=34.76%
G=29.20%
B=36.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442052530.040.1900.01288.7592.3189.8
HexF4CDFD413011215c5a
Octal36431537542301441134132
Binary111101001100110111111101100100110110010000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDFD; }

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

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

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

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

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

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

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

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