#F3D6FD

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

Shades of Blue Chalk #F3D6FD

Tints of Blue Chalk #F3D6FD

Color information

#F3D6FD (or 0xF3D6FD) is unknown color: approx Blue Chalk. HEX triplet: F3, D6 and FD. RGB value is (243,214,253). Sum of RGB (Red+Green+Blue) = 243+214+253=710 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.23% from 710); Green value is 214 (83.98% from 255 or 30.14% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #F3D6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D6FD is #0C2902. Grayscale: #E2E2E2. Windows color (decimal): -796931 or 16635635. OLE color: 16635635.

HSL color Cylindrical-coordinate representation of color #F3D6FD: hue angle of 284.62º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3D6FD is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB243214253-
CMYK0.040.1500.01
HSL284.62º90.7%91.57%-
HSV(B)284.62º15.42%99.22%-
XYZ78.7474.24103.11-
YUV227.12142.61139.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.23%
GREEN value IS 214 (83.98% from 255) = 30.14%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=34.23%
G=30.14%
B=35.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432142530.040.1500.01284.6290.791.57
HexF3D6FD4F0111d5b5c
Octal36332637541701435133134
Binary11110011110101101111110110011110110001110110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6FD; }

 p { color: rgb(243,214,253); }

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

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

 a { background-color: rgb(243,214,253); }

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

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

 span { border-color: rgb(243,214,253); }

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