Html Css Color HEX #FEC0DB Cotton Candy

📋 copy color: '#FEC0DB'

red 254 ◦ green 192 ◦ blue 219

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

Shades of Cotton Candy #FEC0DB

Tints of Cotton Candy #FEC0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.93%

R = 38.2%
G = 28.87%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEC0DB (or 0xFEC0DB) is known color: Cotton Candy. HEX triplet: FE, C0 and DB. RGB value is (254,192,219). Sum of RGB (Red+Green+Blue) = 254+192+219=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0DB is #013F24. Grayscale: #D5D5D5. Windows color (decimal): -81701 or 14401790. OLE color: 14401790.

HSL color Cylindrical-coordinate representation of color #FEC0DB: hue angle of 333.87º 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 #FEC0DB is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 192 219 -
CMYK 0 0.24 0.14 0.00
HSL 333.87º 0.97% 0.87% -
HSV(B) 333.87º 0.24% 1% -
XYZ 72.51 63.88 75.53 -
YUV 213.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 254 192 219 0 0.24 0.14 0.00 333.87 0.97 0.87
Hex FE C0 DB 0 18 E 0 14E 61 57
Octal 376 300 333 0 30 16 0 516 141 127
Binary 11111110 11000000 11011011 0 11000 1110 0 101001110 1100001 1010111

Color Harmonies of #FEC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0DB

Black with #FEC0DB

Text Example


Text Example

White with #FEC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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