Html Css Color HEX #FDB8DC Cotton Candy

📋 copy color: '#FDB8DC'

red 253 ◦ green 184 ◦ blue 220

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

Shades of Cotton Candy #FDB8DC

Tints of Cotton Candy #FDB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.01%

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

R = 38.51%
G = 28.01%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDB8DC (or 0xFDB8DC) is known color: Cotton Candy. HEX triplet: FD, B8 and DC. RGB value is (253,184,220). Sum of RGB (Red+Green+Blue) = 253+184+220=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8DC is #024723. Grayscale: #D0D0D0. Windows color (decimal): -149284 or 14465277. OLE color: 14465277.

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

Color convert

RGB 253 184 220 -
CMYK 0 0.27 0.13 0.01
HSL 328.7º 0.95% 0.86% -
HSV(B) 328.7º 0.27% 0.99% -
XYZ 70.57 60.33 75.64 -
YUV 208.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 253 184 220 0 0.27 0.13 0.01 328.7 0.95 0.86
Hex FD B8 DC 0 1B D 1 149 5F 56
Octal 375 270 334 0 33 15 1 511 137 126
Binary 11111101 10111000 11011100 0 11011 1101 1 101001001 1011111 1010110

Color Harmonies of #FDB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8DC

Black with #FDB8DC

Text Example


Text Example

White with #FDB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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