Html Css Color HEX #FFAFFA Lavender Rose

📋 copy color: '#FFAFFA'

red 255 ◦ green 175 ◦ blue 250

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

Shades of Lavender Rose #FFAFFA

Tints of Lavender Rose #FFAFFA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 25.74%

 BLUE value IS 250 (98.05% from 255) = 36.76%

R = 37.5%
G = 25.74%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFAFFA (or 0xFFAFFA) is known color: Lavender Rose. HEX triplet: FF, AF and FA. RGB value is (255,175,250). Sum of RGB (Red+Green+Blue) = 255+175+250=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 175 (68.75% from 255 or 25.74% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFFA is #005005. Grayscale: #CFCFCF. Windows color (decimal): -20486 or 16429055. OLE color: 16429055.

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

Color convert

RGB 255 175 250 -
CMYK 0 0.31 0.02 0
HSL 303.75º 1% 0.84% -
HSV(B) 303.75º 0.31% 1% -
XYZ 73.83 58.82 97.91 -
YUV 207.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 255 175 250 0 0.31 0.02 0 303.75 1 0.84
Hex FF AF FA 0 1F 2 0 130 64 54
Octal 377 257 372 0 37 2 0 460 144 124
Binary 11111111 10101111 11111010 0 11111 10 0 100110000 1100100 1010100

Color Harmonies of #FFAFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFFA

Black with #FFAFFA

Text Example


Text Example

White with #FFAFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFFA; }

 p { color: rgb(255,175,250); }

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

background-color css

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

 a { background-color: rgb(255,175,250); }

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

border-color css

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

 span { border-color: rgb(255,175,250); }

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