#F1CCFD

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

Shades of Blue Chalk #F1CCFD

Tints of Blue Chalk #F1CCFD

Color information

#F1CCFD (or 0xF1CCFD) is unknown color: approx Blue Chalk. HEX triplet: F1, CC and FD. RGB value is (241,204,253). Sum of RGB (Red+Green+Blue) = 241+204+253=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1CCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCFD is #0E3302. Grayscale: #DCDCDC. Windows color (decimal): -930563 or 16633073. OLE color: 16633073.

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

Color convert

RGB241204253-
CMYK0.050.1900.01
HSL285.31º92.45%89.61%-
HSV(B)285.31º19.37%99.22%-
XYZ75.668.98102.26-
YUV220.65146.26142.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.53%
GREEN value IS 204 (80.08% from 255) = 29.23%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=34.53%
G=29.23%
B=36.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412042530.050.1900.01285.3192.4589.61
HexF1CCFD5130111d5c5a
Octal36131437552301435134132
Binary111100011100110011111101101100110110001110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCFD; }

 p { color: rgb(241,204,253); }

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

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

 a { background-color: rgb(241,204,253); }

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

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

 span { border-color: rgb(241,204,253); }

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