#F3BBD7

Color #F3BBD7 Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #F3BBD7

Tints of Cotton Candy #F3BBD7

Color information

#F3BBD7 (or 0xF3BBD7) is unknown color: approx Cotton Candy. HEX triplet: F3, BB and D7. RGB value is (243,187,215). Sum of RGB (Red+Green+Blue) = 243+187+215=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBD7 is #0C4428. Grayscale: #CECECE. Windows color (decimal): -803881 or 14138355. OLE color: 14138355.

HSL color Cylindrical-coordinate representation of color #F3BBD7: hue angle of 330º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BBD7 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB243187215-
CMYK00.230.120.05
HSL330º70%84.31%-
HSV(B)330º23.05%95.29%-
XYZ6759.572.24-
YUV206.94132.55153.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 187 (73.44% from 255) = 28.99%
BLUE value IS 215 (84.38% from 255) = 33.33%
R=37.67%
G=28.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318721500.230.120.053307084.31
HexF3BBD7017C514a4654
Octal363273327027145512106124
Binary111100111011101111010111010111110010110100101010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBD7; }

 p { color: rgb(243,187,215); }

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

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

 a { background-color: rgb(243,187,215); }

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

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

 span { border-color: rgb(243,187,215); }

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