#F3B9D5

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

Shades of Cotton Candy #F3B9D5

Tints of Cotton Candy #F3B9D5

Color information

#F3B9D5 (or 0xF3B9D5) is unknown color: approx Cotton Candy. HEX triplet: F3, B9 and D5. RGB value is (243,185,213). Sum of RGB (Red+Green+Blue) = 243+185+213=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9D5 is #0C462A. Grayscale: #CDCDCD. Windows color (decimal): -804395 or 14006771. OLE color: 14006771.

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

Color convert

RGB243185213-
CMYK00.240.120.05
HSL331.03º70.73%83.92%-
HSV(B)331.03º23.87%95.29%-
XYZ66.3258.5670.76-
YUV205.53132.22154.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 185 (72.66% from 255) = 28.86%
BLUE value IS 213 (83.59% from 255) = 33.23%
R=37.91%
G=28.86%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318521300.240.120.05331.0370.7383.92
HexF3B9D5018C514b4754
Octal363271325030145513107124
Binary111100111011100111010101011000110010110100101110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9D5; }

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

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

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

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

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

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

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

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