#F5C7FD

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

Shades of Blue Chalk #F5C7FD

Tints of Blue Chalk #F5C7FD

Color information

#F5C7FD (or 0xF5C7FD) is unknown color: approx Blue Chalk. HEX triplet: F5, C7 and FD. RGB value is (245,199,253). Sum of RGB (Red+Green+Blue) = 245+199+253=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 199 (78.12% from 255 or 28.55% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5C7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C7FD is #0A3802. Grayscale: #DADADA. Windows color (decimal): -669699 or 16631797. OLE color: 16631797.

HSL color Cylindrical-coordinate representation of color #F5C7FD: hue angle of 291.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5C7FD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245199253-
CMYK0.030.2100.01
HSL291.11º93.1%88.63%-
HSV(B)291.11º21.34%99.22%-
XYZ75.8167.35101.93-
YUV218.91147.24146.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.15%
GREEN value IS 199 (78.12% from 255) = 28.55%
BLUE value IS 253 (99.22% from 255) = 36.30%
R=35.15%
G=28.55%
B=36.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451992530.030.2100.01291.1193.188.63
HexF5C7FD315011235d59
Octal36530737532501443135131
Binary11110101110001111111110111101010110010001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C7FD; }

 p { color: rgb(245,199,253); }

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

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

 a { background-color: rgb(245,199,253); }

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

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

 span { border-color: rgb(245,199,253); }

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