#F2CDFF

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

Shades of Blue Chalk #F2CDFF

Tints of Blue Chalk #F2CDFF

Color information

#F2CDFF (or 0xF2CDFF) is unknown color: approx Blue Chalk. HEX triplet: F2, CD and FF. RGB value is (242,205,255). Sum of RGB (Red+Green+Blue) = 242+205+255=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 205 (80.47% from 255 or 29.20% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDFF is #0D3200. Grayscale: #DDDDDD. Windows color (decimal): -864769 or 16764402. OLE color: 16764402.

HSL color Cylindrical-coordinate representation of color #F2CDFF: hue angle of 284.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2CDFF is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB242205255-
CMYK0.050.2000
HSL284.4º100%90.2%-
HSV(B)284.4º19.61%100%-
XYZ76.569.76104.04-
YUV221.76146.76142.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.47%
GREEN value IS 205 (80.47% from 255) = 29.20%
BLUE value IS 255 (100% from 255) = 36.32%
R=34.47%
G=29.20%
B=36.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422052550.050.2000284.410090.2
HexF2CDFF5140011c645a
Octal36231537752400434144132
Binary111100101100110111111111101101000010001110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDFF; }

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

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

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

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

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

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

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

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