#F3D9FE

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

Shades of Blue Chalk #F3D9FE

Tints of Blue Chalk #F3D9FE

Color information

#F3D9FE (or 0xF3D9FE) is unknown color: approx Blue Chalk. HEX triplet: F3, D9 and FE. RGB value is (243,217,254). Sum of RGB (Red+Green+Blue) = 243+217+254=714 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.03% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3D9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D9FE is #0C2601. Grayscale: #E4E4E4. Windows color (decimal): -796162 or 16701939. OLE color: 16701939.

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

Color convert

RGB243217254-
CMYK0.040.1500.00
HSL282.16º94.87%92.35%-
HSV(B)282.16º14.57%99.61%-
XYZ79.6675.84104.21-
YUV228.99142.11137.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.03%
GREEN value IS 217 (85.16% from 255) = 30.39%
BLUE value IS 254 (99.61% from 255) = 35.57%
R=34.03%
G=30.39%
B=35.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432172540.040.1500.00282.1694.8792.35
HexF3D9FE4F0011a5f5c
Octal36333137641700432137134
Binary11110011110110011111111010011110010001101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D9FE; }

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

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

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

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

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

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

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

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