Html Css Color HEX #FEB3C2 Light Pink

📋 copy color: '#FEB3C2'

red 254 ◦ green 179 ◦ blue 194

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

Shades of Light Pink #FEB3C2

Tints of Light Pink #FEB3C2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.55%

 BLUE value IS 194 (76.17% from 255) = 30.94%

R = 40.51%
G = 28.55%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEB3C2 (or 0xFEB3C2) is known color: Light Pink. HEX triplet: FE, B3 and C2. RGB value is (254,179,194). Sum of RGB (Red+Green+Blue) = 254+179+194=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3C2 is #014C3D. Grayscale: #CBCBCB. Windows color (decimal): -85054 or 12760062. OLE color: 12760062.

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

Color convert

RGB 254 179 194 -
CMYK 0 0.30 0.24 0.00
HSL 348º 0.97% 0.85% -
HSV(B) 348º 0.3% 1% -
XYZ 66.73 57.21 58.56 -
YUV 203.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 254 179 194 0 0.30 0.24 0.00 348 0.97 0.85
Hex FE B3 C2 0 1E 18 0 15C 61 55
Octal 376 263 302 0 36 30 0 534 141 125
Binary 11111110 10110011 11000010 0 11110 11000 0 101011100 1100001 1010101

Color Harmonies of #FEB3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB3C2

Black with #FEB3C2

Text Example


Text Example

White with #FEB3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB3C2; }

 p { color: rgb(254,179,194); }

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

background-color css

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

 a { background-color: rgb(254,179,194); }

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

border-color css

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

 span { border-color: rgb(254,179,194); }

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