Html Css Color HEX #FEB6D5 Cotton Candy

📋 copy color: '#FEB6D5'

red 254 ◦ green 182 ◦ blue 213

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

Shades of Cotton Candy #FEB6D5

Tints of Cotton Candy #FEB6D5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.04%

 BLUE value IS 213 (83.59% from 255) = 32.82%

R = 39.14%
G = 28.04%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEB6D5 (or 0xFEB6D5) is known color: Cotton Candy. HEX triplet: FE, B6 and D5. RGB value is (254,182,213). Sum of RGB (Red+Green+Blue) = 254+182+213=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6D5 is #01492A. Grayscale: #CFCFCF. Windows color (decimal): -84267 or 14006014. OLE color: 14006014.

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

Color convert

RGB 254 182 213 -
CMYK 0 0.28 0.16 0.00
HSL 334.17º 0.97% 0.85% -
HSV(B) 334.17º 0.28% 1% -
XYZ 69.61 59.33 70.73 -
YUV 207.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 254 182 213 0 0.28 0.16 0.00 334.17 0.97 0.85
Hex FE B6 D5 0 1C 10 0 14E 61 55
Octal 376 266 325 0 34 20 0 516 141 125
Binary 11111110 10110110 11010101 0 11100 10000 0 101001110 1100001 1010101

Color Harmonies of #FEB6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6D5

Black with #FEB6D5

Text Example


Text Example

White with #FEB6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6D5; }

 p { color: rgb(254,182,213); }

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

background-color css

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

 a { background-color: rgb(254,182,213); }

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

border-color css

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

 span { border-color: rgb(254,182,213); }

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