Html Css Color HEX #FAB7F7 Lavender Rose

📋 copy color: '#FAB7F7'

red 250 ◦ green 183 ◦ blue 247

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

Shades of Lavender Rose #FAB7F7

Tints of Lavender Rose #FAB7F7

RGB

 RED value IS 250 (98.05% from 255) = 36.76%

 GREEN value IS 183 (71.88% from 255) = 26.91%

 BLUE value IS 247 (96.88% from 255) = 36.32%

R = 36.76%
G = 26.91%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FAB7F7 (or 0xFAB7F7) is known color: Lavender Rose. HEX triplet: FA, B7 and F7. RGB value is (250,183,247). Sum of RGB (Red+Green+Blue) = 250+183+247=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 183 (71.88% from 255 or 26.91% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7F7 is #054808. Grayscale: #D2D2D2. Windows color (decimal): -346121 or 16234490. OLE color: 16234490.

HSL color Cylindrical-coordinate representation of color #FAB7F7: hue angle of 302.69º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7F7 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 183 247 -
CMYK 0 0.27 0.01 0.02
HSL 302.69º 0.87% 0.85% -
HSV(B) 302.69º 0.27% 0.98% -
XYZ 73.15 60.91 95.9 -
YUV 210.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 250 183 247 0 0.27 0.01 0.02 302.69 0.87 0.85
Hex FA B7 F7 0 1B 1 2 12F 57 55
Octal 372 267 367 0 33 1 2 457 127 125
Binary 11111010 10110111 11110111 0 11011 1 10 100101111 1010111 1010101

Color Harmonies of #FAB7F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7F7

Black with #FAB7F7

Text Example


Text Example

White with #FAB7F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7F7; }

 p { color: rgb(250,183,247); }

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

background-color css

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

 a { background-color: rgb(250,183,247); }

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

border-color css

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

 span { border-color: rgb(250,183,247); }

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