#F2CCFD

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

Shades of Blue Chalk #F2CCFD

Tints of Blue Chalk #F2CCFD

Color information

#F2CCFD (or 0xF2CCFD) is unknown color: approx Blue Chalk. HEX triplet: F2, CC and FD. RGB value is (242,204,253). Sum of RGB (Red+Green+Blue) = 242+204+253=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 204 (80.08% from 255 or 29.18% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2CCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCFD is #0D3302. Grayscale: #DCDCDC. Windows color (decimal): -865027 or 16633074. OLE color: 16633074.

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

Color convert

RGB242204253-
CMYK0.040.1900.01
HSL286.53º92.45%89.61%-
HSV(B)286.53º19.37%99.22%-
XYZ75.9469.15102.27-
YUV220.95146.09143.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.62%
GREEN value IS 204 (80.08% from 255) = 29.18%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=34.62%
G=29.18%
B=36.19%

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
Decimal2422042530.040.1900.01286.5392.4589.61
HexF2CCFD4130111f5c5a
Octal36231437542301437134132
Binary111100101100110011111101100100110110001111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCFD; }

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

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

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

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

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

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

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

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