Html Css Color HEX #FFA8F1 Lavender Rose

📋 copy color: '#FFA8F1'

red 255 ◦ green 168 ◦ blue 241

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

Shades of Lavender Rose #FFA8F1

Tints of Lavender Rose #FFA8F1

RGB

 RED value IS 255 (100% from 255) = 38.4%

 GREEN value IS 168 (66.02% from 255) = 25.3%

 BLUE value IS 241 (94.53% from 255) = 36.3%

R = 38.4%
G = 25.3%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFA8F1 (or 0xFFA8F1) is known color: Lavender Rose. HEX triplet: FF, A8 and F1. RGB value is (255,168,241). Sum of RGB (Red+Green+Blue) = 255+168+241=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 168 (66.02% from 255 or 25.30% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8F1 is #00570E. Grayscale: #CACACA. Windows color (decimal): -22287 or 15837439. OLE color: 15837439.

HSL color Cylindrical-coordinate representation of color #FFA8F1: hue angle of 309.66º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8F1 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 168 241 -
CMYK 0 0.34 0.05 0
HSL 309.66º 1% 0.83% -
HSV(B) 309.66º 0.34% 1% -
XYZ 71.12 55.62 90.21 -
YUV 202.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 255 168 241 0 0.34 0.05 0 309.66 1 0.83
Hex FF A8 F1 0 22 5 0 136 64 53
Octal 377 250 361 0 42 5 0 466 144 123
Binary 11111111 10101000 11110001 0 100010 101 0 100110110 1100100 1010011

Color Harmonies of #FFA8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8F1

Black with #FFA8F1

Text Example


Text Example

White with #FFA8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8F1; }

 p { color: rgb(255,168,241); }

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

background-color css

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

 a { background-color: rgb(255,168,241); }

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

border-color css

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

 span { border-color: rgb(255,168,241); }

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