Html Css Color HEX #FFBDD4 Cotton Candy

📋 copy color: '#FFBDD4'

red 255 ◦ green 189 ◦ blue 212

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

Shades of Cotton Candy #FFBDD4

Tints of Cotton Candy #FFBDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.32%

R = 38.87%
G = 28.81%
B = 32.32%

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

#FFBDD4 (or 0xFFBDD4) is known color: Cotton Candy. HEX triplet: FF, BD and D4. RGB value is (255,189,212). Sum of RGB (Red+Green+Blue) = 255+189+212=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD4 is #00422B. Grayscale: #D3D3D3. Windows color (decimal): -16940 or 13942271. OLE color: 13942271.

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

Color convert

RGB 255 189 212 -
CMYK 0 0.26 0.17 0
HSL 339.09º 1% 0.87% -
HSV(B) 339.09º 0.26% 1% -
XYZ 71.32 62.41 70.57 -
YUV 211.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 255 189 212 0 0.26 0.17 0 339.09 1 0.87
Hex FF BD D4 0 1A 11 0 153 64 57
Octal 377 275 324 0 32 21 0 523 144 127
Binary 11111111 10111101 11010100 0 11010 10001 0 101010011 1100100 1010111

Color Harmonies of #FFBDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDD4

Black with #FFBDD4

Text Example


Text Example

White with #FFBDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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