#F2CDFC

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

Shades of Blue Chalk #F2CDFC

Tints of Blue Chalk #F2CDFC

Color information

#F2CDFC (or 0xF2CDFC) is unknown color: approx Blue Chalk. HEX triplet: F2, CD and FC. RGB value is (242,205,252). Sum of RGB (Red+Green+Blue) = 242+205+252=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2CDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDFC is #0D3203. Grayscale: #DDDDDD. Windows color (decimal): -864772 or 16567794. OLE color: 16567794.

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

Color convert

RGB242205252-
CMYK0.040.1900.01
HSL287.23º88.68%89.61%-
HSV(B)287.23º18.65%98.82%-
XYZ76.0269.57101.52-
YUV221.42145.26142.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.62%
GREEN value IS 205 (80.47% from 255) = 29.33%
BLUE value IS 252 (98.83% from 255) = 36.05%
R=34.62%
G=29.33%
B=36.05%

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
Decimal2422052520.040.1900.01287.2388.6889.61
HexF2CDFC4130111f595a
Octal36231537442301437131132
Binary111100101100110111111100100100110110001111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDFC; }

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

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

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

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

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

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

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

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