#F4C8FE

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

Shades of Blue Chalk #F4C8FE

Tints of Blue Chalk #F4C8FE

Color information

#F4C8FE (or 0xF4C8FE) is unknown color: approx Blue Chalk. HEX triplet: F4, C8 and FE. RGB value is (244,200,254). Sum of RGB (Red+Green+Blue) = 244+200+254=698 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.96% from 698); Green value is 200 (78.52% from 255 or 28.65% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4C8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C8FE is #0B3701. Grayscale: #DBDBDB. Windows color (decimal): -734978 or 16697588. OLE color: 16697588.

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

Color convert

RGB244200254-
CMYK0.040.2100.00
HSL288.89º96.43%89.02%-
HSV(B)288.89º21.26%99.61%-
XYZ75.8567.7102.84-
YUV219.31147.58145.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.96%
GREEN value IS 200 (78.52% from 255) = 28.65%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=34.96%
G=28.65%
B=36.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442002540.040.2100.00288.8996.4389.02
HexF4C8FE415001216059
Octal36431037642500441140131
Binary111101001100100011111110100101010010010000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C8FE; }

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

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

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

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

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

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

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

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