#FFBDD1

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

Shades of Cotton Candy #FFBDD1

Tints of Cotton Candy #FFBDD1

Color information

#FFBDD1 (or 0xFFBDD1) is unknown color: approx Cotton Candy. HEX triplet: FF, BD and D1. RGB value is (255,189,209). Sum of RGB (Red+Green+Blue) = 255+189+209=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD1 is #00422E. Grayscale: #D3D3D3. Windows color (decimal): -16943 or 13745663. OLE color: 13745663.

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

Color convert

RGB255189209-
CMYK00.260.180
HSL341.82º100%87.06%-
HSV(B)341.82º25.88%100%-
XYZ70.9562.2668.6-
YUV211.01126.87159.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 189 (74.22% from 255) = 28.94%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=39.05%
G=28.94%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518920900.260.180341.8210087.06
HexFFBDD101A1201566457
Octal377275321032220526144127
Binary11111111101111011101000101101010010010101011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDD1; }

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

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

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

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

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

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

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

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