#F3BBD5

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

Shades of Cotton Candy #F3BBD5

Tints of Cotton Candy #F3BBD5

Color information

#F3BBD5 (or 0xF3BBD5) is unknown color: approx Cotton Candy. HEX triplet: F3, BB and D5. RGB value is (243,187,213). Sum of RGB (Red+Green+Blue) = 243+187+213=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBD5 is #0C442A. Grayscale: #CECECE. Windows color (decimal): -803883 or 14007283. OLE color: 14007283.

HSL color Cylindrical-coordinate representation of color #F3BBD5: hue angle of 332.14º 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 #F3BBD5 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB243187213-
CMYK00.230.120.05
HSL332.14º70%84.31%-
HSV(B)332.14º23.05%95.29%-
XYZ66.7459.470.9-
YUV206.71131.55153.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.79%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 213 (83.59% from 255) = 33.13%
R=37.79%
G=29.08%
B=33.13%

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
Decimal24318721300.230.120.05332.147084.31
HexF3BBD5017C514c4654
Octal363273325027145514106124
Binary111100111011101111010101010111110010110100110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBD5; }

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

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

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

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

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

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

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

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