Html Css Color HEX #FEB5D0 Cotton Candy

📋 copy color: '#FEB5D0'

red 254 ◦ green 181 ◦ blue 208

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

Shades of Cotton Candy #FEB5D0

Tints of Cotton Candy #FEB5D0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.15%

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

R = 39.5%
G = 28.15%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEB5D0 (or 0xFEB5D0) is known color: Cotton Candy. HEX triplet: FE, B5 and D0. RGB value is (254,181,208). Sum of RGB (Red+Green+Blue) = 254+181+208=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5D0 is #014A2F. Grayscale: #CDCDCD. Windows color (decimal): -84528 or 13678078. OLE color: 13678078.

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

Color convert

RGB 254 181 208 -
CMYK 0 0.29 0.18 0.00
HSL 337.81º 0.97% 0.85% -
HSV(B) 337.81º 0.29% 1% -
XYZ 68.78 58.67 67.37 -
YUV 205.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 254 181 208 0 0.29 0.18 0.00 337.81 0.97 0.85
Hex FE B5 D0 0 1D 12 0 152 61 55
Octal 376 265 320 0 35 22 0 522 141 125
Binary 11111110 10110101 11010000 0 11101 10010 0 101010010 1100001 1010101

Color Harmonies of #FEB5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5D0

Black with #FEB5D0

Text Example


Text Example

White with #FEB5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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