#F4CAFF

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

Shades of Blue Chalk #F4CAFF

Tints of Blue Chalk #F4CAFF

Color information

#F4CAFF (or 0xF4CAFF) is unknown color: approx Blue Chalk. HEX triplet: F4, CA and FF. RGB value is (244,202,255). Sum of RGB (Red+Green+Blue) = 244+202+255=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CAFF is #0B3500. Grayscale: #DCDCDC. Windows color (decimal): -734465 or 16763636. OLE color: 16763636.

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

Color convert

RGB244202255-
CMYK0.040.2100
HSL287.55º100%89.61%-
HSV(B)287.55º20.78%100%-
XYZ76.4868.69103.84-
YUV220.6147.41144.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.81%
GREEN value IS 202 (79.30% from 255) = 28.82%
BLUE value IS 255 (100% from 255) = 36.38%
R=34.81%
G=28.82%
B=36.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442022550.040.2100287.5510089.61
HexF4CAFF41500120645a
Octal36431237742500440144132
Binary111101001100101011111111100101010010010000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CAFF; }

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

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

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

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

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

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

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

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