Html Css Color HEX #FEB6C2 Light Pink

📋 copy color: '#FEB6C2'

red 254 ◦ green 182 ◦ blue 194

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

Shades of Light Pink #FEB6C2

Tints of Light Pink #FEB6C2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.89%

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

R = 40.32%
G = 28.89%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FEB6C2 (or 0xFEB6C2) is known color: Light Pink. HEX triplet: FE, B6 and C2. RGB value is (254,182,194). Sum of RGB (Red+Green+Blue) = 254+182+194=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6C2 is #01493D. Grayscale: #CCCCCC. Windows color (decimal): -84286 or 12760830. OLE color: 12760830.

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

Color convert

RGB 254 182 194 -
CMYK 0 0.28 0.24 0.00
HSL 350º 0.97% 0.85% -
HSV(B) 350º 0.28% 1% -
XYZ 67.34 58.42 58.77 -
YUV 204.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 254 182 194 0 0.28 0.24 0.00 350 0.97 0.85
Hex FE B6 C2 0 1C 18 0 15E 61 55
Octal 376 266 302 0 34 30 0 536 141 125
Binary 11111110 10110110 11000010 0 11100 11000 0 101011110 1100001 1010101

Color Harmonies of #FEB6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6C2

Black with #FEB6C2

Text Example


Text Example

White with #FEB6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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