Html Css Color HEX #FFBDD5 Cotton Candy

📋 copy color: '#FFBDD5'

red 255 ◦ green 189 ◦ blue 213

#FFBDD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Candy #FFBDD5

Tints of Cotton Candy #FFBDD5

RGB

 RED value IS 255 (100% from 255) = 38.81%

 GREEN value IS 189 (74.22% from 255) = 28.77%

 BLUE value IS 213 (83.59% from 255) = 32.42%

R = 38.81%
G = 28.77%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFBDD5 (or 0xFFBDD5) is known color: Cotton Candy. HEX triplet: FF, BD and D5. RGB value is (255,189,213). Sum of RGB (Red+Green+Blue) = 255+189+213=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD5 is #00422A. Grayscale: #D3D3D3. Windows color (decimal): -16939 or 14007807. OLE color: 14007807.

HSL color Cylindrical-coordinate representation of color #FFBDD5: hue angle of 338.18º 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 #FFBDD5 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 189 213 -
CMYK 0 0.26 0.16 0
HSL 338.18º 1% 0.87% -
HSV(B) 338.18º 0.26% 1% -
XYZ 71.45 62.46 71.24 -
YUV 211.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 255 189 213 0 0.26 0.16 0 338.18 1 0.87
Hex FF BD D5 0 1A 10 0 152 64 57
Octal 377 275 325 0 32 20 0 522 144 127
Binary 11111111 10111101 11010101 0 11010 10000 0 101010010 1100100 1010111

Color Harmonies of #FFBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDD5

Black with #FFBDD5

Text Example


Text Example

White with #FFBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDD5; }

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

 H1.HeaderClassName
 {
   color: #FFBDD5;
 }
 .AnyTagClassName
 {
   color: #FFBDD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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