#F3D7FE

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

Shades of Blue Chalk #F3D7FE

Tints of Blue Chalk #F3D7FE

Color information

#F3D7FE (or 0xF3D7FE) is unknown color: approx Blue Chalk. HEX triplet: F3, D7 and FE. RGB value is (243,215,254). Sum of RGB (Red+Green+Blue) = 243+215+254=712 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.13% from 712); Green value is 215 (84.38% from 255 or 30.20% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D7FE is #0C2801. Grayscale: #E3E3E3. Windows color (decimal): -796674 or 16701427. OLE color: 16701427.

HSL color Cylindrical-coordinate representation of color #F3D7FE: hue angle of 283.08º 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 #F3D7FE is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB243215254-
CMYK0.040.1500.00
HSL283.08º95.12%91.96%-
HSV(B)283.08º15.35%99.61%-
XYZ79.1574.81104.03-
YUV227.82142.78138.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.13%
GREEN value IS 215 (84.38% from 255) = 30.20%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=34.13%
G=30.20%
B=35.67%

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
Decimal2432152540.040.1500.00283.0895.1291.96
HexF3D7FE4F0011b5f5c
Octal36332737641700433137134
Binary11110011110101111111111010011110010001101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D7FE; }

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

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

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

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

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

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

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

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