Html Css Color HEX #FDBEDD Cotton Candy

📋 copy color: '#FDBEDD'

red 253 ◦ green 190 ◦ blue 221

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

Shades of Cotton Candy #FDBEDD

Tints of Cotton Candy #FDBEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.61%

 BLUE value IS 221 (86.72% from 255) = 33.28%

R = 38.1%
G = 28.61%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDBEDD (or 0xFDBEDD) is known color: Cotton Candy. HEX triplet: FD, BE and DD. RGB value is (253,190,221). Sum of RGB (Red+Green+Blue) = 253+190+221=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEDD is #024122. Grayscale: #D4D4D4. Windows color (decimal): -147747 or 14532349. OLE color: 14532349.

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

Color convert

RGB 253 190 221 -
CMYK 0 0.25 0.13 0.01
HSL 330.48º 0.94% 0.87% -
HSV(B) 330.48º 0.25% 0.99% -
XYZ 71.97 62.93 76.76 -
YUV 212.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 253 190 221 0 0.25 0.13 0.01 330.48 0.94 0.87
Hex FD BE DD 0 19 D 1 14A 5E 57
Octal 375 276 335 0 31 15 1 512 136 127
Binary 11111101 10111110 11011101 0 11001 1101 1 101001010 1011110 1010111

Color Harmonies of #FDBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBEDD

Black with #FDBEDD

Text Example


Text Example

White with #FDBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBEDD; }

 p { color: rgb(253,190,221); }

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

background-color css

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

 a { background-color: rgb(253,190,221); }

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

border-color css

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

 span { border-color: rgb(253,190,221); }

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