#F1D6FA

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

Shades of Blue Chalk #F1D6FA

Tints of Blue Chalk #F1D6FA

Color information

#F1D6FA (or 0xF1D6FA) is unknown color: approx Blue Chalk. HEX triplet: F1, D6 and FA. RGB value is (241,214,250). Sum of RGB (Red+Green+Blue) = 241+214+250=705 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.18% from 705); Green value is 214 (83.98% from 255 or 30.35% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1D6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6FA is #0E2905. Grayscale: #E2E2E2. Windows color (decimal): -928006 or 16439025. OLE color: 16439025.

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

Color convert

RGB241214250-
CMYK0.040.1400.02
HSL285º78.26%90.98%-
HSV(B)285º14.4%98.04%-
XYZ77.5873.7100.58-
YUV226.18141.45138.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.18%
GREEN value IS 214 (83.98% from 255) = 30.35%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=34.18%
G=30.35%
B=35.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412142500.040.1400.0228578.2690.98
HexF1D6FA4E0211d4e5b
Octal36132637241602435116133
Binary111100011101011011111010100111001010001110110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D6FA; }

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

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

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

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

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

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

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

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