Html Css Color HEX #FFAFE0 Lavender Rose

📋 copy color: '#FFAFE0'

red 255 ◦ green 175 ◦ blue 224

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

Shades of Lavender Rose #FFAFE0

Tints of Lavender Rose #FFAFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.25%

R = 38.99%
G = 26.76%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFAFE0 (or 0xFFAFE0) is known color: Lavender Rose. HEX triplet: FF, AF and E0. RGB value is (255,175,224). Sum of RGB (Red+Green+Blue) = 255+175+224=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFE0 is #00501F. Grayscale: #CCCCCC. Windows color (decimal): -20512 or 14725119. OLE color: 14725119.

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

Color convert

RGB 255 175 224 -
CMYK 0 0.31 0.12 0
HSL 323.25º 1% 0.84% -
HSV(B) 323.25º 0.31% 1% -
XYZ 70.02 57.3 77.89 -
YUV 204.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 255 175 224 0 0.31 0.12 0 323.25 1 0.84
Hex FF AF E0 0 1F C 0 143 64 54
Octal 377 257 340 0 37 14 0 503 144 124
Binary 11111111 10101111 11100000 0 11111 1100 0 101000011 1100100 1010100

Color Harmonies of #FFAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFE0

Black with #FFAFE0

Text Example


Text Example

White with #FFAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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