Html Css Color HEX #FEC0D5 Cotton Candy

📋 copy color: '#FEC0D5'

red 254 ◦ green 192 ◦ blue 213

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

Shades of Cotton Candy #FEC0D5

Tints of Cotton Candy #FEC0D5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.14%

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

R = 38.54%
G = 29.14%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEC0D5 (or 0xFEC0D5) is known color: Cotton Candy. HEX triplet: FE, C0 and D5. RGB value is (254,192,213). Sum of RGB (Red+Green+Blue) = 254+192+213=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0D5 is #013F2A. Grayscale: #D4D4D4. Windows color (decimal): -81707 or 14008574. OLE color: 14008574.

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

Color convert

RGB 254 192 213 -
CMYK 0 0.24 0.16 0.00
HSL 339.68º 0.97% 0.87% -
HSV(B) 339.68º 0.24% 1% -
XYZ 71.73 63.57 71.44 -
YUV 212.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 254 192 213 0 0.24 0.16 0.00 339.68 0.97 0.87
Hex FE C0 D5 0 18 10 0 154 61 57
Octal 376 300 325 0 30 20 0 524 141 127
Binary 11111110 11000000 11010101 0 11000 10000 0 101010100 1100001 1010111

Color Harmonies of #FEC0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0D5

Black with #FEC0D5

Text Example


Text Example

White with #FEC0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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