#F3BDD2

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

Shades of Cotton Candy #F3BDD2

Tints of Cotton Candy #F3BDD2

Color information

#F3BDD2 (or 0xF3BDD2) is unknown color: approx Cotton Candy. HEX triplet: F3, BD and D2. RGB value is (243,189,210). Sum of RGB (Red+Green+Blue) = 243+189+210=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDD2 is #0C422D. Grayscale: #CFCFCF. Windows color (decimal): -803374 or 13811187. OLE color: 13811187.

HSL color Cylindrical-coordinate representation of color #F3BDD2: hue angle of 336.67º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BDD2 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB243189210-
CMYK00.220.140.05
HSL336.67º69.23%84.71%-
HSV(B)336.67º22.22%95.29%-
XYZ66.7960.169.05-
YUV207.54129.39153.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.85%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 210 (82.42% from 255) = 32.71%
R=37.85%
G=29.44%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318921000.220.140.05336.6769.2384.71
HexF3BDD2016E51514555
Octal363275322026165521105125
Binary111100111011110111010010010110111010110101000110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDD2; }

 p { color: rgb(243,189,210); }

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

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

 a { background-color: rgb(243,189,210); }

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

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

 span { border-color: rgb(243,189,210); }

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