#F3D9FC

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

Shades of Blue Chalk #F3D9FC

Tints of Blue Chalk #F3D9FC

Color information

#F3D9FC (or 0xF3D9FC) is unknown color: approx Blue Chalk. HEX triplet: F3, D9 and FC. RGB value is (243,217,252). Sum of RGB (Red+Green+Blue) = 243+217+252=712 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.13% from 712); Green value is 217 (85.16% from 255 or 30.48% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3D9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D9FC is #0C2603. Grayscale: #E4E4E4. Windows color (decimal): -796164 or 16570867. OLE color: 16570867.

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

Color convert

RGB243217252-
CMYK0.040.1400.01
HSL284.57º85.37%91.96%-
HSV(B)284.57º13.89%98.82%-
XYZ79.3575.71102.53-
YUV228.76141.11138.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.13%
GREEN value IS 217 (85.16% from 255) = 30.48%
BLUE value IS 252 (98.83% from 255) = 35.39%
R=34.13%
G=30.48%
B=35.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432172520.040.1400.01284.5785.3791.96
HexF3D9FC4E0111d555c
Octal36333137441601435125134
Binary11110011110110011111110010011100110001110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D9FC; }

 p { color: rgb(243,217,252); }

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

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

 a { background-color: rgb(243,217,252); }

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

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

 span { border-color: rgb(243,217,252); }

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