Html Css Color HEX #FDBAD8 Cotton Candy

📋 copy color: '#FDBAD8'

red 253 ◦ green 186 ◦ blue 216

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

Shades of Cotton Candy #FDBAD8

Tints of Cotton Candy #FDBAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.98%

R = 38.63%
G = 28.4%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDBAD8 (or 0xFDBAD8) is known color: Cotton Candy. HEX triplet: FD, BA and D8. RGB value is (253,186,216). Sum of RGB (Red+Green+Blue) = 253+186+216=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAD8 is #024527. Grayscale: #D1D1D1. Windows color (decimal): -148776 or 14203645. OLE color: 14203645.

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

Color convert

RGB 253 186 216 -
CMYK 0 0.26 0.15 0.01
HSL 333.13º 0.94% 0.86% -
HSV(B) 333.13º 0.26% 0.99% -
XYZ 70.46 60.96 73.02 -
YUV 209.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 253 186 216 0 0.26 0.15 0.01 333.13 0.94 0.86
Hex FD BA D8 0 1A F 1 14D 5E 56
Octal 375 272 330 0 32 17 1 515 136 126
Binary 11111101 10111010 11011000 0 11010 1111 1 101001101 1011110 1010110

Color Harmonies of #FDBAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAD8

Black with #FDBAD8

Text Example


Text Example

White with #FDBAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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