Html Css Color HEX #FDB9CE Cotton Candy

📋 copy color: '#FDB9CE'

red 253 ◦ green 185 ◦ blue 206

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

Shades of Cotton Candy #FDB9CE

Tints of Cotton Candy #FDB9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.73%

 BLUE value IS 206 (80.86% from 255) = 31.99%

R = 39.29%
G = 28.73%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDB9CE (or 0xFDB9CE) is known color: Cotton Candy. HEX triplet: FD, B9 and CE. RGB value is (253,185,206). Sum of RGB (Red+Green+Blue) = 253+185+206=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9CE is #024631. Grayscale: #CFCFCF. Windows color (decimal): -149042 or 13548029. OLE color: 13548029.

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

Color convert

RGB 253 185 206 -
CMYK 0 0.27 0.19 0.01
HSL 341.47º 0.94% 0.86% -
HSV(B) 341.47º 0.27% 0.99% -
XYZ 69 60.04 66.34 -
YUV 207.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 253 185 206 0 0.27 0.19 0.01 341.47 0.94 0.86
Hex FD B9 CE 0 1B 13 1 155 5E 56
Octal 375 271 316 0 33 23 1 525 136 126
Binary 11111101 10111001 11001110 0 11011 10011 1 101010101 1011110 1010110

Color Harmonies of #FDB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9CE

Black with #FDB9CE

Text Example


Text Example

White with #FDB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9CE; }

 p { color: rgb(253,185,206); }

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

background-color css

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

 a { background-color: rgb(253,185,206); }

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

border-color css

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

 span { border-color: rgb(253,185,206); }

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