#F2D4FF

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

Shades of Blue Chalk #F2D4FF

Tints of Blue Chalk #F2D4FF

Color information

#F2D4FF (or 0xF2D4FF) is unknown color: approx Blue Chalk. HEX triplet: F2, D4 and FF. RGB value is (242,212,255). Sum of RGB (Red+Green+Blue) = 242+212+255=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 212 (83.20% from 255 or 29.90% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2D4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D4FF is #0D2B00. Grayscale: #E1E1E1. Windows color (decimal): -862977 or 16766194. OLE color: 16766194.

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

Color convert

RGB242212255-
CMYK0.050.1700
HSL281.86º100%91.57%-
HSV(B)281.86º16.86%100%-
XYZ78.2173.18104.61-
YUV225.87144.44139.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.13%
GREEN value IS 212 (83.20% from 255) = 29.90%
BLUE value IS 255 (100% from 255) = 35.97%
R=34.13%
G=29.90%
B=35.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422122550.050.1700281.8610091.57
HexF2D4FF5110011a645c
Octal36232437752100432144134
Binary111100101101010011111111101100010010001101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D4FF; }

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

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

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

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

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

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

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

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