#F3D1FB

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

Shades of Blue Chalk #F3D1FB

Tints of Blue Chalk #F3D1FB

Color information

#F3D1FB (or 0xF3D1FB) is unknown color: approx Blue Chalk. HEX triplet: F3, D1 and FB. RGB value is (243,209,251). Sum of RGB (Red+Green+Blue) = 243+209+251=703 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.57% from 703); Green value is 209 (82.03% from 255 or 29.73% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3D1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D1FB is #0C2E04. Grayscale: #DFDFDF. Windows color (decimal): -798213 or 16503283. OLE color: 16503283.

HSL color Cylindrical-coordinate representation of color #F3D1FB: hue angle of 288.57º 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 #F3D1FB is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243209251-
CMYK0.030.1700.02
HSL288.57º84%90.2%-
HSV(B)288.57º16.73%98.43%-
XYZ77.1871.62101.02-
YUV223.95143.26141.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.57%
GREEN value IS 209 (82.03% from 255) = 29.73%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=34.57%
G=29.73%
B=35.70%

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
Decimal2432092510.030.1700.02288.578490.2
HexF3D1FB31102121545a
Octal36332137332102441124132
Binary111100111101000111111011111000101010010000110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D1FB; }

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

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

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

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

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

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

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

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