Html Css Color HEX #FEC2D9 Cotton Candy

📋 copy color: '#FEC2D9'

red 254 ◦ green 194 ◦ blue 217

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

Shades of Cotton Candy #FEC2D9

Tints of Cotton Candy #FEC2D9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.17%

 BLUE value IS 217 (85.16% from 255) = 32.63%

R = 38.2%
G = 29.17%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEC2D9 (or 0xFEC2D9) is known color: Cotton Candy. HEX triplet: FE, C2 and D9. RGB value is (254,194,217). Sum of RGB (Red+Green+Blue) = 254+194+217=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2D9 is #013D26. Grayscale: #D6D6D6. Windows color (decimal): -81191 or 14271230. OLE color: 14271230.

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

Color convert

RGB 254 194 217 -
CMYK 0 0.24 0.15 0.00
HSL 337º 0.97% 0.88% -
HSV(B) 337º 0.24% 1% -
XYZ 72.69 64.66 74.3 -
YUV 214.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 254 194 217 0 0.24 0.15 0.00 337 0.97 0.88
Hex FE C2 D9 0 18 F 0 151 61 58
Octal 376 302 331 0 30 17 0 521 141 130
Binary 11111110 11000010 11011001 0 11000 1111 0 101010001 1100001 1011000

Color Harmonies of #FEC2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2D9

Black with #FEC2D9

Text Example


Text Example

White with #FEC2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2D9; }

 p { color: rgb(254,194,217); }

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

background-color css

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

 a { background-color: rgb(254,194,217); }

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

border-color css

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

 span { border-color: rgb(254,194,217); }

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