Html Css Color HEX #FEB9CA Pink

📋 copy color: '#FEB9CA'

red 254 ◦ green 185 ◦ blue 202

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

Shades of Pink #FEB9CA

Tints of Pink #FEB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.86%

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

R = 39.63%
G = 28.86%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEB9CA (or 0xFEB9CA) is known color: Pink. HEX triplet: FE, B9 and CA. RGB value is (254,185,202). Sum of RGB (Red+Green+Blue) = 254+185+202=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9CA is #014635. Grayscale: #CFCFCF. Windows color (decimal): -83510 or 13285886. OLE color: 13285886.

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

Color convert

RGB 254 185 202 -
CMYK 0 0.27 0.20 0.00
HSL 345.22º 0.97% 0.86% -
HSV(B) 345.22º 0.27% 1% -
XYZ 68.88 60.03 63.83 -
YUV 207.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 254 185 202 0 0.27 0.20 0.00 345.22 0.97 0.86
Hex FE B9 CA 0 1B 14 0 159 61 56
Octal 376 271 312 0 33 24 0 531 141 126
Binary 11111110 10111001 11001010 0 11011 10100 0 101011001 1100001 1010110

Color Harmonies of #FEB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9CA

Black with #FEB9CA

Text Example


Text Example

White with #FEB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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