Html Css Color HEX #FFAFFB Lavender Rose

📋 copy color: '#FFAFFB'

red 255 ◦ green 175 ◦ blue 251

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

Shades of Lavender Rose #FFAFFB

Tints of Lavender Rose #FFAFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.86%

R = 37.44%
G = 25.7%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFAFFB (or 0xFFAFFB) is known color: Lavender Rose. HEX triplet: FF, AF and FB. RGB value is (255,175,251). Sum of RGB (Red+Green+Blue) = 255+175+251=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 175 (68.75% from 255 or 25.70% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFFB is #005004. Grayscale: #CFCFCF. Windows color (decimal): -20485 or 16494591. OLE color: 16494591.

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

Color convert

RGB 255 175 251 -
CMYK 0 0.31 0.02 0
HSL 303º 1% 0.84% -
HSV(B) 303º 0.31% 1% -
XYZ 73.98 58.88 98.73 -
YUV 207.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 255 175 251 0 0.31 0.02 0 303 1 0.84
Hex FF AF FB 0 1F 2 0 12F 64 54
Octal 377 257 373 0 37 2 0 457 144 124
Binary 11111111 10101111 11111011 0 11111 10 0 100101111 1100100 1010100

Color Harmonies of #FFAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFFB

Black with #FFAFFB

Text Example


Text Example

White with #FFAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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