#F0CDFB

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

Shades of Blue Chalk #F0CDFB

Tints of Blue Chalk #F0CDFB

Color information

#F0CDFB (or 0xF0CDFB) is unknown color: approx Blue Chalk. HEX triplet: F0, CD and FB. RGB value is (240,205,251). Sum of RGB (Red+Green+Blue) = 240+205+251=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDFB is #0F3204. Grayscale: #DCDCDC. Windows color (decimal): -995845 or 16502256. OLE color: 16502256.

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

Color convert

RGB240205251-
CMYK0.040.1800.02
HSL285.65º85.19%89.41%-
HSV(B)285.65º18.33%98.43%-
XYZ75.1869.15100.65-
YUV220.71145.1141.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.48%
GREEN value IS 205 (80.47% from 255) = 29.45%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=34.48%
G=29.45%
B=36.06%

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
Decimal2402052510.040.1800.02285.6585.1989.41
HexF0CDFB4120211e5559
Octal36031537342202436125131
Binary1111000011001101111110111001001001010001111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CDFB; }

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

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

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

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

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

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

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

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