Html Css Color HEX #FEBFC8 Pink

📋 copy color: '#FEBFC8'

red 254 ◦ green 191 ◦ blue 200

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

Shades of Pink #FEBFC8

Tints of Pink #FEBFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.01%

R = 39.38%
G = 29.61%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEBFC8 (or 0xFEBFC8) is known color: Pink. HEX triplet: FE, BF and C8. RGB value is (254,191,200). Sum of RGB (Red+Green+Blue) = 254+191+200=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC8 is #014037. Grayscale: #D2D2D2. Windows color (decimal): -81976 or 13156350. OLE color: 13156350.

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

Color convert

RGB 254 191 200 -
CMYK 0 0.25 0.21 0.00
HSL 351.43º 0.97% 0.87% -
HSV(B) 351.43º 0.25% 1% -
XYZ 69.93 62.5 63.02 -
YUV 210.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 254 191 200 0 0.25 0.21 0.00 351.43 0.97 0.87
Hex FE BF C8 0 19 15 0 15F 61 57
Octal 376 277 310 0 31 25 0 537 141 127
Binary 11111110 10111111 11001000 0 11001 10101 0 101011111 1100001 1010111

Color Harmonies of #FEBFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFC8

Black with #FEBFC8

Text Example


Text Example

White with #FEBFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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