Html Css Color HEX #FEBECC Pink

📋 copy color: '#FEBECC'

red 254 ◦ green 190 ◦ blue 204

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

Shades of Pink #FEBECC

Tints of Pink #FEBECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.32%

 BLUE value IS 204 (80.08% from 255) = 31.48%

R = 39.2%
G = 29.32%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEBECC (or 0xFEBECC) is known color: Pink. HEX triplet: FE, BE and CC. RGB value is (254,190,204). Sum of RGB (Red+Green+Blue) = 254+190+204=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBECC is #014133. Grayscale: #D2D2D2. Windows color (decimal): -82228 or 13418238. OLE color: 13418238.

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

Color convert

RGB 254 190 204 -
CMYK 0 0.25 0.20 0.00
HSL 346.88º 0.97% 0.87% -
HSV(B) 346.88º 0.25% 1% -
XYZ 70.19 62.26 65.44 -
YUV 210.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 254 190 204 0 0.25 0.20 0.00 346.88 0.97 0.87
Hex FE BE CC 0 19 14 0 15B 61 57
Octal 376 276 314 0 31 24 0 533 141 127
Binary 11111110 10111110 11001100 0 11001 10100 0 101011011 1100001 1010111

Color Harmonies of #FEBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBECC

Black with #FEBECC

Text Example


Text Example

White with #FEBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBECC; }

 p { color: rgb(254,190,204); }

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

background-color css

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

 a { background-color: rgb(254,190,204); }

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

border-color css

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

 span { border-color: rgb(254,190,204); }

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