Html Css Color HEX #FDBADC Cotton Candy

📋 copy color: '#FDBADC'

red 253 ◦ green 186 ◦ blue 220

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

Shades of Cotton Candy #FDBADC

Tints of Cotton Candy #FDBADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 38.39%
G = 28.22%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDBADC (or 0xFDBADC) is known color: Cotton Candy. HEX triplet: FD, BA and DC. RGB value is (253,186,220). Sum of RGB (Red+Green+Blue) = 253+186+220=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBADC is #024523. Grayscale: #D1D1D1. Windows color (decimal): -148772 or 14465789. OLE color: 14465789.

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

Color convert

RGB 253 186 220 -
CMYK 0 0.26 0.13 0.01
HSL 329.55º 0.94% 0.86% -
HSV(B) 329.55º 0.26% 0.99% -
XYZ 70.99 61.17 75.78 -
YUV 209.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 253 186 220 0 0.26 0.13 0.01 329.55 0.94 0.86
Hex FD BA DC 0 1A D 1 14A 5E 56
Octal 375 272 334 0 32 15 1 512 136 126
Binary 11111101 10111010 11011100 0 11010 1101 1 101001010 1011110 1010110

Color Harmonies of #FDBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBADC

Black with #FDBADC

Text Example


Text Example

White with #FDBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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