Html Css Color HEX #FEB5D1 Cotton Candy

📋 copy color: '#FEB5D1'

red 254 ◦ green 181 ◦ blue 209

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

Shades of Cotton Candy #FEB5D1

Tints of Cotton Candy #FEB5D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.45%

R = 39.44%
G = 28.11%
B = 32.45%

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

#FEB5D1 (or 0xFEB5D1) is known color: Cotton Candy. HEX triplet: FE, B5 and D1. RGB value is (254,181,209). Sum of RGB (Red+Green+Blue) = 254+181+209=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5D1 is #014A2E. Grayscale: #CDCDCD. Windows color (decimal): -84527 or 13743614. OLE color: 13743614.

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

Color convert

RGB 254 181 209 -
CMYK 0 0.29 0.18 0.00
HSL 336.99º 0.97% 0.85% -
HSV(B) 336.99º 0.29% 1% -
XYZ 68.91 58.72 68.02 -
YUV 206.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 254 181 209 0 0.29 0.18 0.00 336.99 0.97 0.85
Hex FE B5 D1 0 1D 12 0 151 61 55
Octal 376 265 321 0 35 22 0 521 141 125
Binary 11111110 10110101 11010001 0 11101 10010 0 101010001 1100001 1010101

Color Harmonies of #FEB5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5D1

Black with #FEB5D1

Text Example


Text Example

White with #FEB5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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