Html Css Color HEX #F8ACEA Lavender Rose

📋 copy color: '#F8ACEA'

red 248 ◦ green 172 ◦ blue 234

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

Shades of Lavender Rose #F8ACEA

Tints of Lavender Rose #F8ACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.3%

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

R = 37.92%
G = 26.3%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F8ACEA (or 0xF8ACEA) is known color: Lavender Rose. HEX triplet: F8, AC and EA. RGB value is (248,172,234). Sum of RGB (Red+Green+Blue) = 248+172+234=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ACEA is #075315. Grayscale: #C9C9C9. Windows color (decimal): -480022 or 15379704. OLE color: 15379704.

HSL color Cylindrical-coordinate representation of color #F8ACEA: hue angle of 311.05º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACEA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 172 234 -
CMYK 0 0.31 0.06 0.03
HSL 311.05º 0.84% 0.82% -
HSV(B) 311.05º 0.31% 0.97% -
XYZ 68.32 55.4 84.93 -
YUV 201.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 248 172 234 0 0.31 0.06 0.03 311.05 0.84 0.82
Hex F8 AC EA 0 1F 6 3 137 54 52
Octal 370 254 352 0 37 6 3 467 124 122
Binary 11111000 10101100 11101010 0 11111 110 11 100110111 1010100 1010010

Color Harmonies of #F8ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACEA

Black with #F8ACEA

Text Example


Text Example

White with #F8ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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