#F1D0FC

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

Shades of Blue Chalk #F1D0FC

Tints of Blue Chalk #F1D0FC

Color information

#F1D0FC (or 0xF1D0FC) is unknown color: approx Blue Chalk. HEX triplet: F1, D0 and FC. RGB value is (241,208,252). Sum of RGB (Red+Green+Blue) = 241+208+252=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 208 (81.64% from 255 or 29.67% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1D0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0FC is #0E2F03. Grayscale: #DEDEDE. Windows color (decimal): -929540 or 16568561. OLE color: 16568561.

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

Color convert

RGB241208252-
CMYK0.040.1700.01
HSL285º88%90.2%-
HSV(B)285º17.46%98.82%-
XYZ76.470.84101.74-
YUV222.88144.43140.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.38%
GREEN value IS 208 (81.64% from 255) = 29.67%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=34.38%
G=29.67%
B=35.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412082520.040.1700.012858890.2
HexF1D0FC4110111d585a
Octal36132037442101435130132
Binary111100011101000011111100100100010110001110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D0FC; }

 p { color: rgb(241,208,252); }

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

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

 a { background-color: rgb(241,208,252); }

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

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

 span { border-color: rgb(241,208,252); }

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