Html Css Color HEX #F8ADEA Lavender Rose

📋 copy color: '#F8ADEA'

red 248 ◦ green 173 ◦ blue 234

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

Shades of Lavender Rose #F8ADEA

Tints of Lavender Rose #F8ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.41%

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

R = 37.86%
G = 26.41%
B = 35.73%

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

#F8ADEA (or 0xF8ADEA) is known color: Lavender Rose. HEX triplet: F8, AD and EA. RGB value is (248,173,234). Sum of RGB (Red+Green+Blue) = 248+173+234=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADEA is #075215. Grayscale: #CACACA. Windows color (decimal): -479766 or 15379960. OLE color: 15379960.

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

Color convert

RGB 248 173 234 -
CMYK 0 0.30 0.06 0.03
HSL 311.2º 0.84% 0.83% -
HSV(B) 311.2º 0.3% 0.97% -
XYZ 68.51 55.78 85 -
YUV 202.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 248 173 234 0 0.30 0.06 0.03 311.2 0.84 0.83
Hex F8 AD EA 0 1E 6 3 137 54 53
Octal 370 255 352 0 36 6 3 467 124 123
Binary 11111000 10101101 11101010 0 11110 110 11 100110111 1010100 1010011

Color Harmonies of #F8ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADEA

Black with #F8ADEA

Text Example


Text Example

White with #F8ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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