#F3D6FB

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

Shades of Blue Chalk #F3D6FB

Tints of Blue Chalk #F3D6FB

Color information

#F3D6FB (or 0xF3D6FB) is unknown color: approx Blue Chalk. HEX triplet: F3, D6 and FB. RGB value is (243,214,251). Sum of RGB (Red+Green+Blue) = 243+214+251=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 214 (83.98% from 255 or 30.23% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3D6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D6FB is #0C2904. Grayscale: #E2E2E2. Windows color (decimal): -796933 or 16504563. OLE color: 16504563.

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

Color convert

RGB243214251-
CMYK0.030.1500.02
HSL287.03º82.22%91.18%-
HSV(B)287.03º14.74%98.43%-
XYZ78.4274.11101.44-
YUV226.89141.61139.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.32%
GREEN value IS 214 (83.98% from 255) = 30.23%
BLUE value IS 251 (98.44% from 255) = 35.45%
R=34.32%
G=30.23%
B=35.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432142510.030.1500.02287.0382.2291.18
HexF3D6FB3F0211f525b
Octal36332637331702437122133
Binary11110011110101101111101111111101010001111110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6FB; }

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

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

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

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

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

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

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

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