Html Css Color HEX #FDB9E5 Cotton Candy

📋 copy color: '#FDB9E5'

red 253 ◦ green 185 ◦ blue 229

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

Shades of Cotton Candy #FDB9E5

Tints of Cotton Candy #FDB9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.33%

R = 37.93%
G = 27.74%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDB9E5 (or 0xFDB9E5) is known color: Cotton Candy. HEX triplet: FD, B9 and E5. RGB value is (253,185,229). Sum of RGB (Red+Green+Blue) = 253+185+229=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 185 (72.66% from 255 or 27.74% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9E5 is #02461A. Grayscale: #D2D2D2. Windows color (decimal): -149019 or 15055357. OLE color: 15055357.

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

Color convert

RGB 253 185 229 -
CMYK 0 0.27 0.09 0.01
HSL 321.18º 0.94% 0.86% -
HSV(B) 321.18º 0.27% 0.99% -
XYZ 72 61.24 82.15 -
YUV 210.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 253 185 229 0 0.27 0.09 0.01 321.18 0.94 0.86
Hex FD B9 E5 0 1B 9 1 141 5E 56
Octal 375 271 345 0 33 11 1 501 136 126
Binary 11111101 10111001 11100101 0 11011 1001 1 101000001 1011110 1010110

Color Harmonies of #FDB9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9E5

Black with #FDB9E5

Text Example


Text Example

White with #FDB9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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