#F3B9D3

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

Shades of Cotton Candy #F3B9D3

Tints of Cotton Candy #F3B9D3

Color information

#F3B9D3 (or 0xF3B9D3) is unknown color: approx Cotton Candy. HEX triplet: F3, B9 and D3. RGB value is (243,185,211). Sum of RGB (Red+Green+Blue) = 243+185+211=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9D3 is #0C462C. Grayscale: #CDCDCD. Windows color (decimal): -804397 or 13875699. OLE color: 13875699.

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

Color convert

RGB243185211-
CMYK00.240.130.05
HSL333.1º70.73%83.92%-
HSV(B)333.1º23.87%95.29%-
XYZ66.0758.4669.43-
YUV205.31131.22154.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.03%
GREEN value IS 185 (72.66% from 255) = 28.95%
BLUE value IS 211 (82.81% from 255) = 33.02%
R=38.03%
G=28.95%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318521100.240.130.05333.170.7383.92
HexF3B9D3018D514d4754
Octal363271323030155515107124
Binary111100111011100111010011011000110110110100110110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9D3; }

 p { color: rgb(243,185,211); }

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

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

 a { background-color: rgb(243,185,211); }

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

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

 span { border-color: rgb(243,185,211); }

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