Html Css Color HEX #F8AEBA Light Pink

📋 copy color: '#F8AEBA'

red 248 ◦ green 174 ◦ blue 186

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

Shades of Light Pink #F8AEBA

Tints of Light Pink #F8AEBA

RGB

 RED value IS 248 (97.27% from 255) = 40.79%

 GREEN value IS 174 (68.36% from 255) = 28.62%

 BLUE value IS 186 (73.05% from 255) = 30.59%

R = 40.79%
G = 28.62%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8AEBA (or 0xF8AEBA) is known color: Light Pink. HEX triplet: F8, AE and BA. RGB value is (248,174,186). Sum of RGB (Red+Green+Blue) = 248+174+186=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AEBA is #075145. Grayscale: #C5C5C5. Windows color (decimal): -479558 or 12234488. OLE color: 12234488.

HSL color Cylindrical-coordinate representation of color #F8AEBA: hue angle of 350.27º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AEBA is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 174 186 -
CMYK 0 0.30 0.25 0.03
HSL 350.27º 0.84% 0.83% -
HSV(B) 350.27º 0.3% 0.97% -
XYZ 62.71 53.77 53.53 -
YUV 197.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 248 174 186 0 0.30 0.25 0.03 350.27 0.84 0.83
Hex F8 AE BA 0 1E 19 3 15E 54 53
Octal 370 256 272 0 36 31 3 536 124 123
Binary 11111000 10101110 10111010 0 11110 11001 11 101011110 1010100 1010011

Color Harmonies of #F8AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AEBA

Black with #F8AEBA

Text Example


Text Example

White with #F8AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AEBA; }

 p { color: rgb(248,174,186); }

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

background-color css

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

 a { background-color: rgb(248,174,186); }

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

border-color css

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

 span { border-color: rgb(248,174,186); }

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