Html Css Color HEX #FEC3B5 Your Pink

📋 copy color: '#FEC3B5'

red 254 ◦ green 195 ◦ blue 181

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

Shades of Your Pink #FEC3B5

Tints of Your Pink #FEC3B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.73%

R = 40.32%
G = 30.95%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEC3B5 (or 0xFEC3B5) is known color: Your Pink. HEX triplet: FE, C3 and B5. RGB value is (254,195,181). Sum of RGB (Red+Green+Blue) = 254+195+181=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3B5 is #013C4A. Grayscale: #D3D3D3. Windows color (decimal): -80971 or 11912190. OLE color: 11912190.

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

Color convert

RGB 254 195 181 -
CMYK 0 0.23 0.29 0.00
HSL 11.51º 0.97% 0.85% -
HSV(B) 11.51º 0.29% 1% -
XYZ 68.73 63.44 52.34 -
YUV 211.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 254 195 181 0 0.23 0.29 0.00 11.51 0.97 0.85
Hex FE C3 B5 0 17 1D 0 C 61 55
Octal 376 303 265 0 27 35 0 14 141 125
Binary 11111110 11000011 10110101 0 10111 11101 0 1100 1100001 1010101

Color Harmonies of #FEC3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3B5

Black with #FEC3B5

Text Example


Text Example

White with #FEC3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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