Html Css Color HEX #FFBDD7 Cotton Candy

📋 copy color: '#FFBDD7'

red 255 ◦ green 189 ◦ blue 215

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

Shades of Cotton Candy #FFBDD7

Tints of Cotton Candy #FFBDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.63%

R = 38.69%
G = 28.68%
B = 32.63%

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

#FFBDD7 (or 0xFFBDD7) is known color: Cotton Candy. HEX triplet: FF, BD and D7. RGB value is (255,189,215). Sum of RGB (Red+Green+Blue) = 255+189+215=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD7 is #004228. Grayscale: #D3D3D3. Windows color (decimal): -16937 or 14138879. OLE color: 14138879.

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

Color convert

RGB 255 189 215 -
CMYK 0 0.26 0.16 0
HSL 336.36º 1% 0.87% -
HSV(B) 336.36º 0.26% 1% -
XYZ 71.7 62.56 72.59 -
YUV 211.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 255 189 215 0 0.26 0.16 0 336.36 1 0.87
Hex FF BD D7 0 1A 10 0 150 64 57
Octal 377 275 327 0 32 20 0 520 144 127
Binary 11111111 10111101 11010111 0 11010 10000 0 101010000 1100100 1010111

Color Harmonies of #FFBDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDD7

Black with #FFBDD7

Text Example


Text Example

White with #FFBDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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