#F5C7FF

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

Shades of Blue Chalk #F5C7FF

Tints of Blue Chalk #F5C7FF

Color information

#F5C7FF (or 0xF5C7FF) is unknown color: approx Blue Chalk. HEX triplet: F5, C7 and FF. RGB value is (245,199,255). Sum of RGB (Red+Green+Blue) = 245+199+255=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 199 (78.12% from 255 or 28.47% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5C7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C7FF is #0A3800. Grayscale: #DADADA. Windows color (decimal): -669697 or 16762869. OLE color: 16762869.

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

Color convert

RGB245199255-
CMYK0.040.2200
HSL289.29º100%89.02%-
HSV(B)289.29º21.96%100%-
XYZ76.1367.48103.62-
YUV219.14148.24146.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.05%
GREEN value IS 199 (78.12% from 255) = 28.47%
BLUE value IS 255 (100% from 255) = 36.48%
R=35.05%
G=28.47%
B=36.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2451992550.040.2200289.2910089.02
HexF5C7FF416001216459
Octal36530737742600441144131
Binary111101011100011111111111100101100010010000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C7FF; }

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

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

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

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

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

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

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

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