Html Css Color HEX #FFAFEB Lavender Rose

📋 copy color: '#FFAFEB'

red 255 ◦ green 175 ◦ blue 235

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

Shades of Lavender Rose #FFAFEB

Tints of Lavender Rose #FFAFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.34%

R = 38.35%
G = 26.32%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFAFEB (or 0xFFAFEB) is known color: Lavender Rose. HEX triplet: FF, AF and EB. RGB value is (255,175,235). Sum of RGB (Red+Green+Blue) = 255+175+235=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFEB is #005014. Grayscale: #CDCDCD. Windows color (decimal): -20501 or 15446015. OLE color: 15446015.

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

Color convert

RGB 255 175 235 -
CMYK 0 0.31 0.08 0
HSL 315º 1% 0.84% -
HSV(B) 315º 0.31% 1% -
XYZ 71.57 57.92 86 -
YUV 205.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 255 175 235 0 0.31 0.08 0 315 1 0.84
Hex FF AF EB 0 1F 8 0 13B 64 54
Octal 377 257 353 0 37 10 0 473 144 124
Binary 11111111 10101111 11101011 0 11111 1000 0 100111011 1100100 1010100

Color Harmonies of #FFAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFEB

Black with #FFAFEB

Text Example


Text Example

White with #FFAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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