Html Css Color HEX #FEB8D0 Cotton Candy

📋 copy color: '#FEB8D0'

red 254 ◦ green 184 ◦ blue 208

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

Shades of Cotton Candy #FEB8D0

Tints of Cotton Candy #FEB8D0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.48%

 BLUE value IS 208 (81.64% from 255) = 32.2%

R = 39.32%
G = 28.48%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEB8D0 (or 0xFEB8D0) is known color: Cotton Candy. HEX triplet: FE, B8 and D0. RGB value is (254,184,208). Sum of RGB (Red+Green+Blue) = 254+184+208=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 184 (72.27% from 255 or 28.48% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8D0 is #01472F. Grayscale: #CFCFCF. Windows color (decimal): -83760 or 13678846. OLE color: 13678846.

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

Color convert

RGB 254 184 208 -
CMYK 0 0.28 0.18 0.00
HSL 339.43º 0.97% 0.86% -
HSV(B) 339.43º 0.28% 1% -
XYZ 69.4 59.91 67.58 -
YUV 207.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 254 184 208 0 0.28 0.18 0.00 339.43 0.97 0.86
Hex FE B8 D0 0 1C 12 0 153 61 56
Octal 376 270 320 0 34 22 0 523 141 126
Binary 11111110 10111000 11010000 0 11100 10010 0 101010011 1100001 1010110

Color Harmonies of #FEB8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8D0

Black with #FEB8D0

Text Example


Text Example

White with #FEB8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8D0; }

 p { color: rgb(254,184,208); }

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

background-color css

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

 a { background-color: rgb(254,184,208); }

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

border-color css

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

 span { border-color: rgb(254,184,208); }

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