Html Css Color HEX #FDBADA Cotton Candy

📋 copy color: '#FDBADA'

red 253 ◦ green 186 ◦ blue 218

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

Shades of Cotton Candy #FDBADA

Tints of Cotton Candy #FDBADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.18%

R = 38.51%
G = 28.31%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDBADA (or 0xFDBADA) is known color: Cotton Candy. HEX triplet: FD, BA and DA. RGB value is (253,186,218). Sum of RGB (Red+Green+Blue) = 253+186+218=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBADA is #024525. Grayscale: #D1D1D1. Windows color (decimal): -148774 or 14334717. OLE color: 14334717.

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

Color convert

RGB 253 186 218 -
CMYK 0 0.26 0.14 0.01
HSL 331.34º 0.94% 0.86% -
HSV(B) 331.34º 0.26% 0.99% -
XYZ 70.72 61.06 74.39 -
YUV 209.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 253 186 218 0 0.26 0.14 0.01 331.34 0.94 0.86
Hex FD BA DA 0 1A E 1 14B 5E 56
Octal 375 272 332 0 32 16 1 513 136 126
Binary 11111101 10111010 11011010 0 11010 1110 1 101001011 1011110 1010110

Color Harmonies of #FDBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBADA

Black with #FDBADA

Text Example


Text Example

White with #FDBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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