Html Css Color HEX #FEB5DB Cotton Candy

📋 copy color: '#FEB5DB'

red 254 ◦ green 181 ◦ blue 219

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

Shades of Cotton Candy #FEB5DB

Tints of Cotton Candy #FEB5DB

RGB

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

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

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

R = 38.84%
G = 27.68%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEB5DB (or 0xFEB5DB) is known color: Cotton Candy. HEX triplet: FE, B5 and DB. RGB value is (254,181,219). Sum of RGB (Red+Green+Blue) = 254+181+219=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5DB is #014A24. Grayscale: #CFCFCF. Windows color (decimal): -84517 or 14398974. OLE color: 14398974.

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

Color convert

RGB 254 181 219 -
CMYK 0 0.29 0.14 0.00
HSL 328.77º 0.97% 0.85% -
HSV(B) 328.77º 0.29% 1% -
XYZ 70.18 59.23 74.75 -
YUV 207.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 254 181 219 0 0.29 0.14 0.00 328.77 0.97 0.85
Hex FE B5 DB 0 1D E 0 149 61 55
Octal 376 265 333 0 35 16 0 511 141 125
Binary 11111110 10110101 11011011 0 11101 1110 0 101001001 1100001 1010101

Color Harmonies of #FEB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5DB

Black with #FEB5DB

Text Example


Text Example

White with #FEB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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