Html Css Color HEX #FEC3B4 Your Pink

📋 copy color: '#FEC3B4'

red 254 ◦ green 195 ◦ blue 180

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

Shades of Your Pink #FEC3B4

Tints of Your Pink #FEC3B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.62%

R = 40.38%
G = 31%
B = 28.62%

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

#FEC3B4 (or 0xFEC3B4) is known color: Your Pink. HEX triplet: FE, C3 and B4. RGB value is (254,195,180). Sum of RGB (Red+Green+Blue) = 254+195+180=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3B4 is #013C4B. Grayscale: #D3D3D3. Windows color (decimal): -80972 or 11846654. OLE color: 11846654.

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

Color convert

RGB 254 195 180 -
CMYK 0 0.23 0.29 0.00
HSL 12.16º 0.97% 0.85% -
HSV(B) 12.16º 0.29% 1% -
XYZ 68.63 63.4 51.8 -
YUV 210.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 254 195 180 0 0.23 0.29 0.00 12.16 0.97 0.85
Hex FE C3 B4 0 17 1D 0 C 61 55
Octal 376 303 264 0 27 35 0 14 141 125
Binary 11111110 11000011 10110100 0 10111 11101 0 1100 1100001 1010101

Color Harmonies of #FEC3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3B4

Black with #FEC3B4

Text Example


Text Example

White with #FEC3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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