Html Css Color HEX #FDB9CF Cotton Candy

📋 copy color: '#FDB9CF'

red 253 ◦ green 185 ◦ blue 207

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

Shades of Cotton Candy #FDB9CF

Tints of Cotton Candy #FDB9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.09%

R = 39.22%
G = 28.68%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDB9CF (or 0xFDB9CF) is known color: Cotton Candy. HEX triplet: FD, B9 and CF. RGB value is (253,185,207). Sum of RGB (Red+Green+Blue) = 253+185+207=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9CF is #024630. Grayscale: #CFCFCF. Windows color (decimal): -149041 or 13613565. OLE color: 13613565.

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

Color convert

RGB 253 185 207 -
CMYK 0 0.27 0.18 0.01
HSL 340.59º 0.94% 0.86% -
HSV(B) 340.59º 0.27% 0.99% -
XYZ 69.12 60.09 66.99 -
YUV 207.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 253 185 207 0 0.27 0.18 0.01 340.59 0.94 0.86
Hex FD B9 CF 0 1B 12 1 155 5E 56
Octal 375 271 317 0 33 22 1 525 136 126
Binary 11111101 10111001 11001111 0 11011 10010 1 101010101 1011110 1010110

Color Harmonies of #FDB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9CF

Black with #FDB9CF

Text Example


Text Example

White with #FDB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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