#F3BBD1

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

Shades of Cotton Candy #F3BBD1

Tints of Cotton Candy #F3BBD1

Color information

#F3BBD1 (or 0xF3BBD1) is unknown color: approx Cotton Candy. HEX triplet: F3, BB and D1. RGB value is (243,187,209). Sum of RGB (Red+Green+Blue) = 243+187+209=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBD1 is #0C442E. Grayscale: #CECECE. Windows color (decimal): -803887 or 13745139. OLE color: 13745139.

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

Color convert

RGB243187209-
CMYK00.230.140.05
HSL336.43º70%84.31%-
HSV(B)336.43º23.05%95.29%-
XYZ66.2459.268.26-
YUV206.25129.55154.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.03%
GREEN value IS 187 (73.44% from 255) = 29.26%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=38.03%
G=29.26%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318720900.230.140.05336.437084.31
HexF3BBD1017E51504654
Octal363273321027165520106124
Binary111100111011101111010001010111111010110101000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBD1; }

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

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

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

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

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

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

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

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