#F3BDD1

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

Shades of Cotton Candy #F3BDD1

Tints of Cotton Candy #F3BDD1

Color information

#F3BDD1 (or 0xF3BDD1) is unknown color: approx Cotton Candy. HEX triplet: F3, BD and D1. RGB value is (243,189,209). Sum of RGB (Red+Green+Blue) = 243+189+209=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDD1 is #0C422E. Grayscale: #CFCFCF. Windows color (decimal): -803375 or 13745651. OLE color: 13745651.

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

Color convert

RGB243189209-
CMYK00.220.140.05
HSL337.78º69.23%84.71%-
HSV(B)337.78º22.22%95.29%-
XYZ66.6760.0568.4-
YUV207.43128.89153.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 209 (82.03% from 255) = 32.61%
R=37.91%
G=29.49%
B=32.61%

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
Decimal24318920900.220.140.05337.7869.2384.71
HexF3BDD1016E51524555
Octal363275321026165522105125
Binary111100111011110111010001010110111010110101001010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDD1; }

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

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

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

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

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

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

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

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