#F3D0FB

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

Shades of Blue Chalk #F3D0FB

Tints of Blue Chalk #F3D0FB

Color information

#F3D0FB (or 0xF3D0FB) is unknown color: approx Blue Chalk. HEX triplet: F3, D0 and FB. RGB value is (243,208,251). Sum of RGB (Red+Green+Blue) = 243+208+251=702 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.62% from 702); Green value is 208 (81.64% from 255 or 29.63% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3D0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D0FB is #0C2F04. Grayscale: #DFDFDF. Windows color (decimal): -798469 or 16503027. OLE color: 16503027.

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

Color convert

RGB243208251-
CMYK0.030.1700.02
HSL288.84º84.31%90%-
HSV(B)288.84º17.13%98.43%-
XYZ76.9371.13100.94-
YUV223.37143.6142-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.62%
GREEN value IS 208 (81.64% from 255) = 29.63%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=34.62%
G=29.63%
B=35.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432082510.030.1700.02288.8484.3190
HexF3D0FB31102121545a
Octal36332037332102441124132
Binary111100111101000011111011111000101010010000110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D0FB; }

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

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

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

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

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

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

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

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