#F1CDFB

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

Shades of Blue Chalk #F1CDFB

Tints of Blue Chalk #F1CDFB

Color information

#F1CDFB (or 0xF1CDFB) is unknown color: approx Blue Chalk. HEX triplet: F1, CD and FB. RGB value is (241,205,251). Sum of RGB (Red+Green+Blue) = 241+205+251=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CDFB is #0E3204. Grayscale: #DCDCDC. Windows color (decimal): -930309 or 16502257. OLE color: 16502257.

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

Color convert

RGB241205251-
CMYK0.040.1800.02
HSL286.96º85.19%89.41%-
HSV(B)286.96º18.33%98.43%-
XYZ75.5269.33100.67-
YUV221.01144.93142.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.58%
GREEN value IS 205 (80.47% from 255) = 29.41%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=34.58%
G=29.41%
B=36.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412052510.040.1800.02286.9685.1989.41
HexF1CDFB4120211f5559
Octal36131537342202437125131
Binary1111000111001101111110111001001001010001111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDFB; }

 p { color: rgb(241,205,251); }

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

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

 a { background-color: rgb(241,205,251); }

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

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

 span { border-color: rgb(241,205,251); }

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