Html Css Color HEX #FDBAD5 Cotton Candy

📋 copy color: '#FDBAD5'

red 253 ◦ green 186 ◦ blue 213

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

Shades of Cotton Candy #FDBAD5

Tints of Cotton Candy #FDBAD5

RGB

 RED value IS 253 (99.22% from 255) = 38.8%

 GREEN value IS 186 (73.05% from 255) = 28.53%

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

R = 38.8%
G = 28.53%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDBAD5 (or 0xFDBAD5) is known color: Cotton Candy. HEX triplet: FD, BA and D5. RGB value is (253,186,213). Sum of RGB (Red+Green+Blue) = 253+186+213=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAD5 is #02452A. Grayscale: #D1D1D1. Windows color (decimal): -148779 or 14007037. OLE color: 14007037.

HSL color Cylindrical-coordinate representation of color #FDBAD5: hue angle of 335.82º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBAD5 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 213 -
CMYK 0 0.26 0.16 0.01
HSL 335.82º 0.94% 0.86% -
HSV(B) 335.82º 0.26% 0.99% -
XYZ 70.08 60.8 70.99 -
YUV 209.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 253 186 213 0 0.26 0.16 0.01 335.82 0.94 0.86
Hex FD BA D5 0 1A 10 1 150 5E 56
Octal 375 272 325 0 32 20 1 520 136 126
Binary 11111101 10111010 11010101 0 11010 10000 1 101010000 1011110 1010110

Color Harmonies of #FDBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAD5

Black with #FDBAD5

Text Example


Text Example

White with #FDBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAD5; }

 p { color: rgb(253,186,213); }

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

background-color css

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

 a { background-color: rgb(253,186,213); }

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

border-color css

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

 span { border-color: rgb(253,186,213); }

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