#F7CBFF

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

Shades of Blue Chalk #F7CBFF

Tints of Blue Chalk #F7CBFF

Color information

#F7CBFF (or 0xF7CBFF) is unknown color: approx Blue Chalk. HEX triplet: F7, CB and FF. RGB value is (247,203,255). Sum of RGB (Red+Green+Blue) = 247+203+255=705 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.04% from 705); Green value is 203 (79.69% from 255 or 28.79% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CBFF is #083400. Grayscale: #DDDDDD. Windows color (decimal): -537601 or 16763895. OLE color: 16763895.

HSL color Cylindrical-coordinate representation of color #F7CBFF: hue angle of 290.77º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7CBFF is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB247203255-
CMYK0.030.2000
HSL290.77º100%89.8%-
HSV(B)290.77º20.39%100%-
XYZ77.7669.71103.96-
YUV222.08146.58145.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.04%
GREEN value IS 203 (79.69% from 255) = 28.79%
BLUE value IS 255 (100% from 255) = 36.17%
R=35.04%
G=28.79%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472032550.030.2000290.7710089.8
HexF7CBFF31400123645a
Octal36731337732400443144132
Binary11110111110010111111111111101000010010001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBFF; }

 p { color: rgb(247,203,255); }

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

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

 a { background-color: rgb(247,203,255); }

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

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

 span { border-color: rgb(247,203,255); }

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