#F4CCFD

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

Shades of Blue Chalk #F4CCFD

Tints of Blue Chalk #F4CCFD

Color information

#F4CCFD (or 0xF4CCFD) is unknown color: approx Blue Chalk. HEX triplet: F4, CC and FD. RGB value is (244,204,253). Sum of RGB (Red+Green+Blue) = 244+204+253=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 204 (80.08% from 255 or 29.10% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4CCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CCFD is #0B3302. Grayscale: #DDDDDD. Windows color (decimal): -733955 or 16633076. OLE color: 16633076.

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

Color convert

RGB244204253-
CMYK0.040.1900.01
HSL288.98º92.45%89.61%-
HSV(B)288.98º19.37%99.22%-
XYZ76.6369.51102.31-
YUV221.55145.75144.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.81%
GREEN value IS 204 (80.08% from 255) = 29.10%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=34.81%
G=29.10%
B=36.09%

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
Decimal2442042530.040.1900.01288.9892.4589.61
HexF4CCFD413011215c5a
Octal36431437542301441134132
Binary111101001100110011111101100100110110010000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CCFD; }

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

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

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

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

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

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

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

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