#FFB7D1

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

Shades of Cotton Candy #FFB7D1

Tints of Cotton Candy #FFB7D1

Color information

#FFB7D1 (or 0xFFB7D1) is unknown color: approx Cotton Candy. HEX triplet: FF, B7 and D1. RGB value is (255,183,209). Sum of RGB (Red+Green+Blue) = 255+183+209=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 183 (71.88% from 255 or 28.28% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7D1 is #00482E. Grayscale: #CFCFCF. Windows color (decimal): -18479 or 13744127. OLE color: 13744127.

HSL color Cylindrical-coordinate representation of color #FFB7D1: hue angle of 338.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7D1 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255183209-
CMYK00.280.180
HSL338.33º100%85.88%-
HSV(B)338.33º28.24%100%-
XYZ69.6859.7368.18-
YUV207.49128.85161.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 183 (71.88% from 255) = 28.28%
BLUE value IS 209 (82.03% from 255) = 32.30%
R=39.41%
G=28.28%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518320900.280.180338.3310085.88
HexFFB7D101C1201526456
Octal377267321034220522144126
Binary11111111101101111101000101110010010010101001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7D1; }

 p { color: rgb(255,183,209); }

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

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

 a { background-color: rgb(255,183,209); }

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

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

 span { border-color: rgb(255,183,209); }

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