Html Css Color HEX #FEB5C5 Light Pink

📋 copy color: '#FEB5C5'

red 254 ◦ green 181 ◦ blue 197

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

Shades of Light Pink #FEB5C5

Tints of Light Pink #FEB5C5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.64%

 BLUE value IS 197 (77.34% from 255) = 31.17%

R = 40.19%
G = 28.64%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEB5C5 (or 0xFEB5C5) is known color: Light Pink. HEX triplet: FE, B5 and C5. RGB value is (254,181,197). Sum of RGB (Red+Green+Blue) = 254+181+197=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5C5 is #014A3A. Grayscale: #CCCCCC. Windows color (decimal): -84539 or 12957182. OLE color: 12957182.

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

Color convert

RGB 254 181 197 -
CMYK 0 0.29 0.22 0.00
HSL 346.85º 0.97% 0.85% -
HSV(B) 346.85º 0.29% 1% -
XYZ 67.47 58.15 60.49 -
YUV 204.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 254 181 197 0 0.29 0.22 0.00 346.85 0.97 0.85
Hex FE B5 C5 0 1D 16 0 15B 61 55
Octal 376 265 305 0 35 26 0 533 141 125
Binary 11111110 10110101 11000101 0 11101 10110 0 101011011 1100001 1010101

Color Harmonies of #FEB5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB5C5

Black with #FEB5C5

Text Example


Text Example

White with #FEB5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB5C5; }

 p { color: rgb(254,181,197); }

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

background-color css

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

 a { background-color: rgb(254,181,197); }

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

border-color css

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

 span { border-color: rgb(254,181,197); }

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