Html Css Color HEX #FFAFE4 Lavender Rose

📋 copy color: '#FFAFE4'

red 255 ◦ green 175 ◦ blue 228

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

Shades of Lavender Rose #FFAFE4

Tints of Lavender Rose #FFAFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.65%

R = 38.75%
G = 26.6%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFAFE4 (or 0xFFAFE4) is known color: Lavender Rose. HEX triplet: FF, AF and E4. RGB value is (255,175,228). Sum of RGB (Red+Green+Blue) = 255+175+228=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 175 (68.75% from 255 or 26.60% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFE4 is #00501B. Grayscale: #CCCCCC. Windows color (decimal): -20508 or 14987263. OLE color: 14987263.

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

Color convert

RGB 255 175 228 -
CMYK 0 0.31 0.11 0
HSL 320.25º 1% 0.84% -
HSV(B) 320.25º 0.31% 1% -
XYZ 70.57 57.52 80.78 -
YUV 204.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 255 175 228 0 0.31 0.11 0 320.25 1 0.84
Hex FF AF E4 0 1F B 0 140 64 54
Octal 377 257 344 0 37 13 0 500 144 124
Binary 11111111 10101111 11100100 0 11111 1011 0 101000000 1100100 1010100

Color Harmonies of #FFAFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFE4

Black with #FFAFE4

Text Example


Text Example

White with #FFAFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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