#F4C5FD

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

Shades of Blue Chalk #F4C5FD

Tints of Blue Chalk #F4C5FD

Color information

#F4C5FD (or 0xF4C5FD) is unknown color: approx Blue Chalk. HEX triplet: F4, C5 and FD. RGB value is (244,197,253). Sum of RGB (Red+Green+Blue) = 244+197+253=694 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.16% from 694); Green value is 197 (77.34% from 255 or 28.39% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4C5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C5FD is #0B3A02. Grayscale: #D9D9D9. Windows color (decimal): -735747 or 16631284. OLE color: 16631284.

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

Color convert

RGB244197253-
CMYK0.040.2200.01
HSL290.36º93.33%88.24%-
HSV(B)290.36º22.13%99.22%-
XYZ7566.26101.76-
YUV217.44148.07146.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.16%
GREEN value IS 197 (77.34% from 255) = 28.39%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=35.16%
G=28.39%
B=36.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441972530.040.2200.01290.3693.3388.24
HexF4C5FD416011225d58
Octal36430537542601442135130
Binary111101001100010111111101100101100110010001010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C5FD; }

 p { color: rgb(244,197,253); }

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

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

 a { background-color: rgb(244,197,253); }

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

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

 span { border-color: rgb(244,197,253); }

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