#F4C8FF

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

Shades of Blue Chalk #F4C8FF

Tints of Blue Chalk #F4C8FF

Color information

#F4C8FF (or 0xF4C8FF) is unknown color: approx Blue Chalk. HEX triplet: F4, C8 and FF. RGB value is (244,200,255). Sum of RGB (Red+Green+Blue) = 244+200+255=699 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.91% from 699); Green value is 200 (78.52% from 255 or 28.61% 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 #F4C8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C8FF is #0B3700. Grayscale: #DBDBDB. Windows color (decimal): -734977 or 16763124. OLE color: 16763124.

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

Color convert

RGB244200255-
CMYK0.040.2200
HSL288º100%89.22%-
HSV(B)288º21.57%100%-
XYZ76.0167.76103.68-
YUV219.43148.08145.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.91%
GREEN value IS 200 (78.52% from 255) = 28.61%
BLUE value IS 255 (100% from 255) = 36.48%
R=34.91%
G=28.61%
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
Decimal2442002550.040.220028810089.22
HexF4C8FF416001206459
Octal36431037742600440144131
Binary111101001100100011111111100101100010010000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C8FF; }

 p { color: rgb(244,200,255); }

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

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

 a { background-color: rgb(244,200,255); }

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

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

 span { border-color: rgb(244,200,255); }

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