#F1CFFD

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

Shades of Blue Chalk #F1CFFD

Tints of Blue Chalk #F1CFFD

Color information

#F1CFFD (or 0xF1CFFD) is unknown color: approx Blue Chalk. HEX triplet: F1, CF and FD. RGB value is (241,207,253). Sum of RGB (Red+Green+Blue) = 241+207+253=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 207 (81.25% from 255 or 29.53% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1CFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFFD is #0E3002. Grayscale: #DEDEDE. Windows color (decimal): -929795 or 16633841. OLE color: 16633841.

HSL color Cylindrical-coordinate representation of color #F1CFFD: hue angle of 284.35º 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 #F1CFFD is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241207253-
CMYK0.050.1800.01
HSL284.35º92%90.2%-
HSV(B)284.35º18.18%99.22%-
XYZ76.3270.42102.5-
YUV222.41145.26141.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.38%
GREEN value IS 207 (81.25% from 255) = 29.53%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=34.38%
G=29.53%
B=36.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412072530.050.1800.01284.359290.2
HexF1CFFD5120111c5c5a
Octal36131737552201434134132
Binary111100011100111111111101101100100110001110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFFD; }

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

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

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

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

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

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

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

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