Html Css Color HEX #FEBCC9 Pink

📋 copy color: '#FEBCC9'

red 254 ◦ green 188 ◦ blue 201

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

Shades of Pink #FEBCC9

Tints of Pink #FEBCC9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.24%

 BLUE value IS 201 (78.91% from 255) = 31.26%

R = 39.5%
G = 29.24%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEBCC9 (or 0xFEBCC9) is known color: Pink. HEX triplet: FE, BC and C9. RGB value is (254,188,201). Sum of RGB (Red+Green+Blue) = 254+188+201=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCC9 is #014336. Grayscale: #D1D1D1. Windows color (decimal): -82743 or 13221118. OLE color: 13221118.

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

Color convert

RGB 254 188 201 -
CMYK 0 0.26 0.21 0.00
HSL 348.18º 0.97% 0.87% -
HSV(B) 348.18º 0.26% 1% -
XYZ 69.4 61.25 63.42 -
YUV 209.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 254 188 201 0 0.26 0.21 0.00 348.18 0.97 0.87
Hex FE BC C9 0 1A 15 0 15C 61 57
Octal 376 274 311 0 32 25 0 534 141 127
Binary 11111110 10111100 11001001 0 11010 10101 0 101011100 1100001 1010111

Color Harmonies of #FEBCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCC9

Black with #FEBCC9

Text Example


Text Example

White with #FEBCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCC9; }

 p { color: rgb(254,188,201); }

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

background-color css

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

 a { background-color: rgb(254,188,201); }

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

border-color css

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

 span { border-color: rgb(254,188,201); }

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