Html Css Color HEX #FDBAD6 Cotton Candy

📋 copy color: '#FDBAD6'

red 253 ◦ green 186 ◦ blue 214

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

Shades of Cotton Candy #FDBAD6

Tints of Cotton Candy #FDBAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.77%

R = 38.74%
G = 28.48%
B = 32.77%

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

#FDBAD6 (or 0xFDBAD6) is known color: Cotton Candy. HEX triplet: FD, BA and D6. RGB value is (253,186,214). Sum of RGB (Red+Green+Blue) = 253+186+214=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAD6 is #024529. Grayscale: #D1D1D1. Windows color (decimal): -148778 or 14072573. OLE color: 14072573.

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

Color convert

RGB 253 186 214 -
CMYK 0 0.26 0.15 0.01
HSL 334.93º 0.94% 0.86% -
HSV(B) 334.93º 0.26% 0.99% -
XYZ 70.2 60.86 71.66 -
YUV 209.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 253 186 214 0 0.26 0.15 0.01 334.93 0.94 0.86
Hex FD BA D6 0 1A F 1 14F 5E 56
Octal 375 272 326 0 32 17 1 517 136 126
Binary 11111101 10111010 11010110 0 11010 1111 1 101001111 1011110 1010110

Color Harmonies of #FDBAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAD6

Black with #FDBAD6

Text Example


Text Example

White with #FDBAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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