#F1D0FD

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

Shades of Blue Chalk #F1D0FD

Tints of Blue Chalk #F1D0FD

Color information

#F1D0FD (or 0xF1D0FD) is unknown color: approx Blue Chalk. HEX triplet: F1, D0 and FD. RGB value is (241,208,253). Sum of RGB (Red+Green+Blue) = 241+208+253=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 208 (81.64% from 255 or 29.63% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1D0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0FD is #0E2F02. Grayscale: #DEDEDE. Windows color (decimal): -929539 or 16634097. OLE color: 16634097.

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

Color convert

RGB241208253-
CMYK0.050.1800.01
HSL284º91.84%90.39%-
HSV(B)284º17.79%99.22%-
XYZ76.5670.9102.58-
YUV223144.93140.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.33%
GREEN value IS 208 (81.64% from 255) = 29.63%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=34.33%
G=29.63%
B=36.04%

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
Decimal2412082530.050.1800.0128491.8490.39
HexF1D0FD5120111c5c5a
Octal36132037552201434134132
Binary111100011101000011111101101100100110001110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D0FD; }

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

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

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

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

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

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

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

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