#F4CFFD

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

Shades of Blue Chalk #F4CFFD

Tints of Blue Chalk #F4CFFD

Color information

#F4CFFD (or 0xF4CFFD) is unknown color: approx Blue Chalk. HEX triplet: F4, CF and FD. RGB value is (244,207,253). Sum of RGB (Red+Green+Blue) = 244+207+253=704 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.66% from 704); Green value is 207 (81.25% from 255 or 29.40% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4CFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFFD is #0B3002. Grayscale: #DFDFDF. Windows color (decimal): -733187 or 16633844. OLE color: 16633844.

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

Color convert

RGB244207253-
CMYK0.040.1800.01
HSL288.26º92%90.2%-
HSV(B)288.26º18.18%99.22%-
XYZ77.3570.95102.55-
YUV223.31144.76142.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.66%
GREEN value IS 207 (81.25% from 255) = 29.40%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=34.66%
G=29.40%
B=35.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442072530.040.1800.01288.269290.2
HexF4CFFD412011205c5a
Octal36431737542201440134132
Binary111101001100111111111101100100100110010000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFFD; }

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

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

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

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

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

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

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

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