#F4CDFC

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

Shades of Blue Chalk #F4CDFC

Tints of Blue Chalk #F4CDFC

Color information

#F4CDFC (or 0xF4CDFC) is unknown color: approx Blue Chalk. HEX triplet: F4, CD and FC. RGB value is (244,205,252). Sum of RGB (Red+Green+Blue) = 244+205+252=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 205 (80.47% from 255 or 29.24% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4CDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CDFC is #0B3203. Grayscale: #DDDDDD. Windows color (decimal): -733700 or 16567796. OLE color: 16567796.

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

Color convert

RGB244205252-
CMYK0.030.1900.01
HSL289.79º88.68%89.61%-
HSV(B)289.79º18.65%98.82%-
XYZ76.7169.92101.55-
YUV222.02144.92143.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.81%
GREEN value IS 205 (80.47% from 255) = 29.24%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=34.81%
G=29.24%
B=35.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442052520.030.1900.01289.7988.6889.61
HexF4CDFC31301122595a
Octal36431537432301442131132
Binary11110100110011011111110011100110110010001010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDFC; }

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

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

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

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

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

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

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

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