#F3CDFB

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

Shades of Blue Chalk #F3CDFB

Tints of Blue Chalk #F3CDFB

Color information

#F3CDFB (or 0xF3CDFB) is unknown color: approx Blue Chalk. HEX triplet: F3, CD and FB. RGB value is (243,205,251). Sum of RGB (Red+Green+Blue) = 243+205+251=699 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.76% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDFB is #0C3204. Grayscale: #DDDDDD. Windows color (decimal): -799237 or 16502259. OLE color: 16502259.

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

Color convert

RGB243205251-
CMYK0.030.1800.02
HSL289.57º85.19%89.41%-
HSV(B)289.57º18.33%98.43%-
XYZ76.2169.68100.7-
YUV221.61144.59143.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.76%
GREEN value IS 205 (80.47% from 255) = 29.33%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=34.76%
G=29.33%
B=35.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432052510.030.1800.02289.5785.1989.41
HexF3CDFB312021225559
Octal36331537332202442125131
Binary111100111100110111111011111001001010010001010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDFB; }

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

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

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

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

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

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

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

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