#F5BDD1

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

Shades of Cotton Candy #F5BDD1

Tints of Cotton Candy #F5BDD1

Color information

#F5BDD1 (or 0xF5BDD1) is unknown color: approx Cotton Candy. HEX triplet: F5, BD and D1. RGB value is (245,189,209). Sum of RGB (Red+Green+Blue) = 245+189+209=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDD1 is #0A422E. Grayscale: #D0D0D0. Windows color (decimal): -672303 or 13745653. OLE color: 13745653.

HSL color Cylindrical-coordinate representation of color #F5BDD1: hue angle of 338.57º 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 #F5BDD1 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB245189209-
CMYK00.230.150.04
HSL338.57º73.68%85.1%-
HSV(B)338.57º22.86%96.08%-
XYZ67.3660.4168.43-
YUV208.02128.55154.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.10%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=38.10%
G=29.39%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518920900.230.150.04338.5773.6885.1
HexF5BDD1017F41534a55
Octal365275321027174523112125
Binary111101011011110111010001010111111110010101001110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDD1; }

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

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

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

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

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

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

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

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