Html Css Color HEX #FDB4DB Cotton Candy

📋 copy color: '#FDB4DB'

red 253 ◦ green 180 ◦ blue 219

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

Shades of Cotton Candy #FDB4DB

Tints of Cotton Candy #FDB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.61%

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

R = 38.8%
G = 27.61%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDB4DB (or 0xFDB4DB) is known color: Cotton Candy. HEX triplet: FD, B4 and DB. RGB value is (253,180,219). Sum of RGB (Red+Green+Blue) = 253+180+219=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4DB is #024B24. Grayscale: #CECECE. Windows color (decimal): -150309 or 14398717. OLE color: 14398717.

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

Color convert

RGB 253 180 219 -
CMYK 0 0.29 0.13 0.01
HSL 327.95º 0.95% 0.85% -
HSV(B) 327.95º 0.29% 0.99% -
XYZ 69.62 58.64 74.67 -
YUV 206.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 253 180 219 0 0.29 0.13 0.01 327.95 0.95 0.85
Hex FD B4 DB 0 1D D 1 148 5F 55
Octal 375 264 333 0 35 15 1 510 137 125
Binary 11111101 10110100 11011011 0 11101 1101 1 101001000 1011111 1010101

Color Harmonies of #FDB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB4DB

Black with #FDB4DB

Text Example


Text Example

White with #FDB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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