Html Css Color HEX #FEBFB6 Your Pink

📋 copy color: '#FEBFB6'

red 254 ◦ green 191 ◦ blue 182

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

Shades of Your Pink #FEBFB6

Tints of Your Pink #FEBFB6

RGB

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

 GREEN value IS 191 (75% from 255) = 30.46%

 BLUE value IS 182 (71.48% from 255) = 29.03%

R = 40.51%
G = 30.46%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEBFB6 (or 0xFEBFB6) is known color: Your Pink. HEX triplet: FE, BF and B6. RGB value is (254,191,182). Sum of RGB (Red+Green+Blue) = 254+191+182=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 182 (71.48% from 255 or 29.03% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFB6 is #014049. Grayscale: #D0D0D0. Windows color (decimal): -81994 or 11976702. OLE color: 11976702.

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

Color convert

RGB 254 191 182 -
CMYK 0 0.25 0.28 0.00
HSL 7.5º 0.97% 0.85% -
HSV(B) 7.5º 0.28% 1% -
XYZ 67.95 61.71 52.59 -
YUV 208.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 254 191 182 0 0.25 0.28 0.00 7.5 0.97 0.85
Hex FE BF B6 0 19 1C 0 8 61 55
Octal 376 277 266 0 31 34 0 10 141 125
Binary 11111110 10111111 10110110 0 11001 11100 0 1000 1100001 1010101

Color Harmonies of #FEBFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFB6

Black with #FEBFB6

Text Example


Text Example

White with #FEBFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFB6; }

 p { color: rgb(254,191,182); }

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

background-color css

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

 a { background-color: rgb(254,191,182); }

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

border-color css

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

 span { border-color: rgb(254,191,182); }

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