Html Css Color HEX #FEB8CA Pink

📋 copy color: '#FEB8CA'

red 254 ◦ green 184 ◦ blue 202

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

Shades of Pink #FEB8CA

Tints of Pink #FEB8CA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.75%

 BLUE value IS 202 (79.3% from 255) = 31.56%

R = 39.69%
G = 28.75%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEB8CA (or 0xFEB8CA) is known color: Pink. HEX triplet: FE, B8 and CA. RGB value is (254,184,202). Sum of RGB (Red+Green+Blue) = 254+184+202=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8CA is #014735. Grayscale: #CECECE. Windows color (decimal): -83766 or 13285630. OLE color: 13285630.

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

Color convert

RGB 254 184 202 -
CMYK 0 0.28 0.20 0.00
HSL 344.57º 0.97% 0.86% -
HSV(B) 344.57º 0.28% 1% -
XYZ 68.67 59.62 63.76 -
YUV 206.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 254 184 202 0 0.28 0.20 0.00 344.57 0.97 0.86
Hex FE B8 CA 0 1C 14 0 159 61 56
Octal 376 270 312 0 34 24 0 531 141 126
Binary 11111110 10111000 11001010 0 11100 10100 0 101011001 1100001 1010110

Color Harmonies of #FEB8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8CA

Black with #FEB8CA

Text Example


Text Example

White with #FEB8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8CA; }

 p { color: rgb(254,184,202); }

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

background-color css

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

 a { background-color: rgb(254,184,202); }

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

border-color css

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

 span { border-color: rgb(254,184,202); }

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