#F5BDD2

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

Shades of Cotton Candy #F5BDD2

Tints of Cotton Candy #F5BDD2

Color information

#F5BDD2 (or 0xF5BDD2) is unknown color: approx Cotton Candy. HEX triplet: F5, BD and D2. RGB value is (245,189,210). Sum of RGB (Red+Green+Blue) = 245+189+210=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDD2 is #0A422D. Grayscale: #D0D0D0. Windows color (decimal): -672302 or 13811189. OLE color: 13811189.

HSL color Cylindrical-coordinate representation of color #F5BDD2: hue angle of 337.5º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BDD2 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB245189210-
CMYK00.230.140.04
HSL337.5º73.68%85.1%-
HSV(B)337.5º22.86%96.08%-
XYZ67.4960.4669.09-
YUV208.14129.05154.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.04%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 210 (82.42% from 255) = 32.61%
R=38.04%
G=29.35%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518921000.230.140.04337.573.6885.1
HexF5BDD2017E41524a55
Octal365275322027164522112125
Binary111101011011110111010010010111111010010101001010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDD2; }

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

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

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

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

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

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

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

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