Html Css Color HEX #FEC0D3 Cotton Candy

📋 copy color: '#FEC0D3'

red 254 ◦ green 192 ◦ blue 211

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

Shades of Cotton Candy #FEC0D3

Tints of Cotton Candy #FEC0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.12%

R = 38.66%
G = 29.22%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEC0D3 (or 0xFEC0D3) is known color: Cotton Candy. HEX triplet: FE, C0 and D3. RGB value is (254,192,211). Sum of RGB (Red+Green+Blue) = 254+192+211=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 192 (75.39% from 255 or 29.22% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0D3 is #013F2C. Grayscale: #D4D4D4. Windows color (decimal): -81709 or 13877502. OLE color: 13877502.

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

Color convert

RGB 254 192 211 -
CMYK 0 0.24 0.17 0.00
HSL 341.61º 0.97% 0.87% -
HSV(B) 341.61º 0.24% 1% -
XYZ 71.48 63.47 70.11 -
YUV 212.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 254 192 211 0 0.24 0.17 0.00 341.61 0.97 0.87
Hex FE C0 D3 0 18 11 0 156 61 57
Octal 376 300 323 0 30 21 0 526 141 127
Binary 11111110 11000000 11010011 0 11000 10001 0 101010110 1100001 1010111

Color Harmonies of #FEC0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0D3

Black with #FEC0D3

Text Example


Text Example

White with #FEC0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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