Html Css Color HEX #FFBDD3 Cotton Candy

📋 copy color: '#FFBDD3'

red 255 ◦ green 189 ◦ blue 211

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

Shades of Cotton Candy #FFBDD3

Tints of Cotton Candy #FFBDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.21%

R = 38.93%
G = 28.85%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFBDD3 (or 0xFFBDD3) is known color: Cotton Candy. HEX triplet: FF, BD and D3. RGB value is (255,189,211). Sum of RGB (Red+Green+Blue) = 255+189+211=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD3 is #00422C. Grayscale: #D3D3D3. Windows color (decimal): -16941 or 13876735. OLE color: 13876735.

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

Color convert

RGB 255 189 211 -
CMYK 0 0.26 0.17 0
HSL 340º 1% 0.87% -
HSV(B) 340º 0.26% 1% -
XYZ 71.2 62.36 69.91 -
YUV 211.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 255 189 211 0 0.26 0.17 0 340 1 0.87
Hex FF BD D3 0 1A 11 0 154 64 57
Octal 377 275 323 0 32 21 0 524 144 127
Binary 11111111 10111101 11010011 0 11010 10001 0 101010100 1100100 1010111

Color Harmonies of #FFBDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDD3

Black with #FFBDD3

Text Example


Text Example

White with #FFBDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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