Html Css Color HEX #FEC3B2 Your Pink

📋 copy color: '#FEC3B2'

red 254 ◦ green 195 ◦ blue 178

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

Shades of Your Pink #FEC3B2

Tints of Your Pink #FEC3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.1%

 BLUE value IS 178 (69.92% from 255) = 28.39%

R = 40.51%
G = 31.1%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEC3B2 (or 0xFEC3B2) is known color: Your Pink. HEX triplet: FE, C3 and B2. RGB value is (254,195,178). Sum of RGB (Red+Green+Blue) = 254+195+178=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3B2 is #013C4D. Grayscale: #D2D2D2. Windows color (decimal): -80974 or 11715582. OLE color: 11715582.

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

Color convert

RGB 254 195 178 -
CMYK 0 0.23 0.30 0.00
HSL 13.42º 0.97% 0.85% -
HSV(B) 13.42º 0.3% 1% -
XYZ 68.42 63.32 50.73 -
YUV 210.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 254 195 178 0 0.23 0.30 0.00 13.42 0.97 0.85
Hex FE C3 B2 0 17 1E 0 D 61 55
Octal 376 303 262 0 27 36 0 15 141 125
Binary 11111110 11000011 10110010 0 10111 11110 0 1101 1100001 1010101

Color Harmonies of #FEC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3B2

Black with #FEC3B2

Text Example


Text Example

White with #FEC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3B2; }

 p { color: rgb(254,195,178); }

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

background-color css

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

 a { background-color: rgb(254,195,178); }

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

border-color css

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

 span { border-color: rgb(254,195,178); }

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