Html Css Color HEX #FDB8DB Cotton Candy

📋 copy color: '#FDB8DB'

red 253 ◦ green 184 ◦ blue 219

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

Shades of Cotton Candy #FDB8DB

Tints of Cotton Candy #FDB8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.38%

R = 38.57%
G = 28.05%
B = 33.38%

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

#FDB8DB (or 0xFDB8DB) is known color: Cotton Candy. HEX triplet: FD, B8 and DB. RGB value is (253,184,219). Sum of RGB (Red+Green+Blue) = 253+184+219=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 184 (72.27% from 255 or 28.05% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8DB is #024724. Grayscale: #D0D0D0. Windows color (decimal): -149285 or 14399741. OLE color: 14399741.

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

Color convert

RGB 253 184 219 -
CMYK 0 0.27 0.13 0.01
HSL 329.57º 0.95% 0.86% -
HSV(B) 329.57º 0.27% 0.99% -
XYZ 70.43 60.28 74.94 -
YUV 208.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 253 184 219 0 0.27 0.13 0.01 329.57 0.95 0.86
Hex FD B8 DB 0 1B D 1 14A 5F 56
Octal 375 270 333 0 33 15 1 512 137 126
Binary 11111101 10111000 11011011 0 11011 1101 1 101001010 1011111 1010110

Color Harmonies of #FDB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8DB

Black with #FDB8DB

Text Example


Text Example

White with #FDB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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