Html Css Color HEX #FEB5DC Cotton Candy

📋 copy color: '#FEB5DC'

red 254 ◦ green 181 ◦ blue 220

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

Shades of Cotton Candy #FEB5DC

Tints of Cotton Candy #FEB5DC

RGB

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

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

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

R = 38.78%
G = 27.63%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEB5DC (or 0xFEB5DC) is known color: Cotton Candy. HEX triplet: FE, B5 and DC. RGB value is (254,181,220). Sum of RGB (Red+Green+Blue) = 254+181+220=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5DC is #014A23. Grayscale: #CFCFCF. Windows color (decimal): -84516 or 14464510. OLE color: 14464510.

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

Color convert

RGB 254 181 220 -
CMYK 0 0.29 0.13 0.00
HSL 327.95º 0.97% 0.85% -
HSV(B) 327.95º 0.29% 1% -
XYZ 70.32 59.29 75.45 -
YUV 207.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 254 181 220 0 0.29 0.13 0.00 327.95 0.97 0.85
Hex FE B5 DC 0 1D D 0 148 61 55
Octal 376 265 334 0 35 15 0 510 141 125
Binary 11111110 10110101 11011100 0 11101 1101 0 101001000 1100001 1010101

Color Harmonies of #FEB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5DC

Black with #FEB5DC

Text Example


Text Example

White with #FEB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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