#F4C4FD

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

Shades of Blue Chalk #F4C4FD

Tints of Blue Chalk #F4C4FD

Color information

#F4C4FD (or 0xF4C4FD) is unknown color: approx Blue Chalk. HEX triplet: F4, C4 and FD. RGB value is (244,196,253). Sum of RGB (Red+Green+Blue) = 244+196+253=693 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.21% from 693); Green value is 196 (76.95% from 255 or 28.28% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4C4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C4FD is #0B3B02. Grayscale: #D8D8D8. Windows color (decimal): -736003 or 16631028. OLE color: 16631028.

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

Color convert

RGB244196253-
CMYK0.040.2300.01
HSL290.53º93.44%88.04%-
HSV(B)290.53º22.53%99.22%-
XYZ74.7865.8101.69-
YUV216.85148.4147.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.21%
GREEN value IS 196 (76.95% from 255) = 28.28%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=35.21%
G=28.28%
B=36.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441962530.040.2300.01290.5393.4488.04
HexF4C4FD417011235d58
Octal36430437542701443135130
Binary111101001100010011111101100101110110010001110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C4FD; }

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

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

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

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

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

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

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

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