Html Css Color HEX #FFAFF7 Lavender Rose

📋 copy color: '#FFAFF7'

red 255 ◦ green 175 ◦ blue 247

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

Shades of Lavender Rose #FFAFF7

Tints of Lavender Rose #FFAFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.48%

R = 37.67%
G = 25.85%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFAFF7 (or 0xFFAFF7) is known color: Lavender Rose. HEX triplet: FF, AF and F7. RGB value is (255,175,247). Sum of RGB (Red+Green+Blue) = 255+175+247=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 175 (68.75% from 255 or 25.85% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFF7 is #005008. Grayscale: #CECECE. Windows color (decimal): -20489 or 16232447. OLE color: 16232447.

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

Color convert

RGB 255 175 247 -
CMYK 0 0.31 0.03 0
HSL 306º 1% 0.84% -
HSV(B) 306º 0.31% 1% -
XYZ 73.36 58.64 95.45 -
YUV 207.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 255 175 247 0 0.31 0.03 0 306 1 0.84
Hex FF AF F7 0 1F 3 0 132 64 54
Octal 377 257 367 0 37 3 0 462 144 124
Binary 11111111 10101111 11110111 0 11111 11 0 100110010 1100100 1010100

Color Harmonies of #FFAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFF7

Black with #FFAFF7

Text Example


Text Example

White with #FFAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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