Html Css Color HEX #FEB7DC Cotton Candy

📋 copy color: '#FEB7DC'

red 254 ◦ green 183 ◦ blue 220

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

Shades of Cotton Candy #FEB7DC

Tints of Cotton Candy #FEB7DC

RGB

 RED value IS 254 (99.61% from 255) = 38.66%

 GREEN value IS 183 (71.88% from 255) = 27.85%

 BLUE value IS 220 (86.33% from 255) = 33.49%

R = 38.66%
G = 27.85%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEB7DC (or 0xFEB7DC) is known color: Cotton Candy. HEX triplet: FE, B7 and DC. RGB value is (254,183,220). Sum of RGB (Red+Green+Blue) = 254+183+220=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 183 (71.88% from 255 or 27.85% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7DC is #014823. Grayscale: #D0D0D0. Windows color (decimal): -84004 or 14465022. OLE color: 14465022.

HSL color Cylindrical-coordinate representation of color #FEB7DC: hue angle of 328.73º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7DC is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 183 220 -
CMYK 0 0.28 0.13 0.00
HSL 328.73º 0.97% 0.86% -
HSV(B) 328.73º 0.28% 1% -
XYZ 70.72 60.11 75.58 -
YUV 208.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 254 183 220 0 0.28 0.13 0.00 328.73 0.97 0.86
Hex FE B7 DC 0 1C D 0 149 61 56
Octal 376 267 334 0 34 15 0 511 141 126
Binary 11111110 10110111 11011100 0 11100 1101 0 101001001 1100001 1010110

Color Harmonies of #FEB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7DC

Black with #FEB7DC

Text Example


Text Example

White with #FEB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7DC; }

 p { color: rgb(254,183,220); }

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

background-color css

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

 a { background-color: rgb(254,183,220); }

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

border-color css

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

 span { border-color: rgb(254,183,220); }

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