Html Css Color HEX #FFAFEF Lavender Rose

📋 copy color: '#FFAFEF'

red 255 ◦ green 175 ◦ blue 239

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

Shades of Lavender Rose #FFAFEF

Tints of Lavender Rose #FFAFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.72%

R = 38.12%
G = 26.16%
B = 35.72%

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

#FFAFEF (or 0xFFAFEF) is known color: Lavender Rose. HEX triplet: FF, AF and EF. RGB value is (255,175,239). Sum of RGB (Red+Green+Blue) = 255+175+239=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFEF is #005010. Grayscale: #CECECE. Windows color (decimal): -20497 or 15708159. OLE color: 15708159.

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

Color convert

RGB 255 175 239 -
CMYK 0 0.31 0.06 0
HSL 312º 1% 0.84% -
HSV(B) 312º 0.31% 1% -
XYZ 72.15 58.15 89.08 -
YUV 206.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 255 175 239 0 0.31 0.06 0 312 1 0.84
Hex FF AF EF 0 1F 6 0 138 64 54
Octal 377 257 357 0 37 6 0 470 144 124
Binary 11111111 10101111 11101111 0 11111 110 0 100111000 1100100 1010100

Color Harmonies of #FFAFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFEF

Black with #FFAFEF

Text Example


Text Example

White with #FFAFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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