#F2CDFA

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

Shades of Blue Chalk #F2CDFA

Tints of Blue Chalk #F2CDFA

Color information

#F2CDFA (or 0xF2CDFA) is unknown color: approx Blue Chalk. HEX triplet: F2, CD and FA. RGB value is (242,205,250). Sum of RGB (Red+Green+Blue) = 242+205+250=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2CDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDFA is #0D3205. Grayscale: #DDDDDD. Windows color (decimal): -864774 or 16436722. OLE color: 16436722.

HSL color Cylindrical-coordinate representation of color #F2CDFA: hue angle of 289.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2CDFA is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242205250-
CMYK0.030.1800.02
HSL289.33º81.82%89.22%-
HSV(B)289.33º18%98.04%-
XYZ75.769.4499.86-
YUV221.19144.26142.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.72%
GREEN value IS 205 (80.47% from 255) = 29.41%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=34.72%
G=29.41%
B=35.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422052500.030.1800.02289.3381.8289.22
HexF2CDFA312021215259
Octal36231537232202441122131
Binary111100101100110111111010111001001010010000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CDFA; }

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

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

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

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

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

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

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

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