#F1D5FA

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

Shades of Blue Chalk #F1D5FA

Tints of Blue Chalk #F1D5FA

Color information

#F1D5FA (or 0xF1D5FA) is unknown color: approx Blue Chalk. HEX triplet: F1, D5 and FA. RGB value is (241,213,250). Sum of RGB (Red+Green+Blue) = 241+213+250=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 213 (83.59% from 255 or 30.26% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1D5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D5FA is #0E2A05. Grayscale: #E1E1E1. Windows color (decimal): -928262 or 16438769. OLE color: 16438769.

HSL color Cylindrical-coordinate representation of color #F1D5FA: hue angle of 285.41º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1D5FA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241213250-
CMYK0.040.1500.02
HSL285.41º78.72%90.78%-
HSV(B)285.41º14.8%98.04%-
XYZ77.3373.19100.49-
YUV225.59141.78138.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.23%
GREEN value IS 213 (83.59% from 255) = 30.26%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=34.23%
G=30.26%
B=35.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412132500.040.1500.02285.4178.7290.78
HexF1D5FA4F0211d4f5b
Octal36132537241702435117133
Binary111100011101010111111010100111101010001110110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D5FA; }

 p { color: rgb(241,213,250); }

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

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

 a { background-color: rgb(241,213,250); }

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

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

 span { border-color: rgb(241,213,250); }

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