Html Css Color HEX #F8AEEA Lavender Rose

📋 copy color: '#F8AEEA'

red 248 ◦ green 174 ◦ blue 234

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

Shades of Lavender Rose #F8AEEA

Tints of Lavender Rose #F8AEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.67%

R = 37.8%
G = 26.52%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F8AEEA (or 0xF8AEEA) is known color: Lavender Rose. HEX triplet: F8, AE and EA. RGB value is (248,174,234). Sum of RGB (Red+Green+Blue) = 248+174+234=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 174 (68.36% from 255 or 26.52% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AEEA is #075115. Grayscale: #CACACA. Windows color (decimal): -479510 or 15380216. OLE color: 15380216.

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

Color convert

RGB 248 174 234 -
CMYK 0 0.30 0.06 0.03
HSL 311.35º 0.84% 0.83% -
HSV(B) 311.35º 0.3% 0.97% -
XYZ 68.7 56.17 85.06 -
YUV 202.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 248 174 234 0 0.30 0.06 0.03 311.35 0.84 0.83
Hex F8 AE EA 0 1E 6 3 137 54 53
Octal 370 256 352 0 36 6 3 467 124 123
Binary 11111000 10101110 11101010 0 11110 110 11 100110111 1010100 1010011

Color Harmonies of #F8AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AEEA

Black with #F8AEEA

Text Example


Text Example

White with #F8AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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