Html Css Color HEX #FFAFF0 Lavender Rose

📋 copy color: '#FFAFF0'

red 255 ◦ green 175 ◦ blue 240

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

Shades of Lavender Rose #FFAFF0

Tints of Lavender Rose #FFAFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.82%

R = 38.06%
G = 26.12%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FFAFF0 (or 0xFFAFF0) is known color: Lavender Rose. HEX triplet: FF, AF and F0. RGB value is (255,175,240). Sum of RGB (Red+Green+Blue) = 255+175+240=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFF0 is #00500F. Grayscale: #CECECE. Windows color (decimal): -20496 or 15773695. OLE color: 15773695.

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

Color convert

RGB 255 175 240 -
CMYK 0 0.31 0.06 0
HSL 311.25º 1% 0.84% -
HSV(B) 311.25º 0.31% 1% -
XYZ 72.3 58.21 89.86 -
YUV 206.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 255 175 240 0 0.31 0.06 0 311.25 1 0.84
Hex FF AF F0 0 1F 6 0 137 64 54
Octal 377 257 360 0 37 6 0 467 144 124
Binary 11111111 10101111 11110000 0 11111 110 0 100110111 1100100 1010100

Color Harmonies of #FFAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFF0

Black with #FFAFF0

Text Example


Text Example

White with #FFAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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