Html Css Color HEX #FDB5CF Cotton Candy

📋 copy color: '#FDB5CF'

red 253 ◦ green 181 ◦ blue 207

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

Shades of Cotton Candy #FDB5CF

Tints of Cotton Candy #FDB5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.24%

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

R = 39.47%
G = 28.24%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDB5CF (or 0xFDB5CF) is known color: Cotton Candy. HEX triplet: FD, B5 and CF. RGB value is (253,181,207). Sum of RGB (Red+Green+Blue) = 253+181+207=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5CF is #024A30. Grayscale: #CDCDCD. Windows color (decimal): -150065 or 13612541. OLE color: 13612541.

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

Color convert

RGB 253 181 207 -
CMYK 0 0.28 0.18 0.01
HSL 338.33º 0.95% 0.85% -
HSV(B) 338.33º 0.28% 0.99% -
XYZ 68.29 58.44 66.71 -
YUV 205.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 253 181 207 0 0.28 0.18 0.01 338.33 0.95 0.85
Hex FD B5 CF 0 1C 12 1 152 5F 55
Octal 375 265 317 0 34 22 1 522 137 125
Binary 11111101 10110101 11001111 0 11100 10010 1 101010010 1011111 1010101

Color Harmonies of #FDB5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB5CF

Black with #FDB5CF

Text Example


Text Example

White with #FDB5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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