Html Css Color HEX #FBA7F2 Lavender Rose

📋 copy color: '#FBA7F2'

red 251 ◦ green 167 ◦ blue 242

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

Shades of Lavender Rose #FBA7F2

Tints of Lavender Rose #FBA7F2

RGB

 RED value IS 251 (98.44% from 255) = 38.03%

 GREEN value IS 167 (65.63% from 255) = 25.3%

 BLUE value IS 242 (94.92% from 255) = 36.67%

R = 38.03%
G = 25.3%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBA7F2 (or 0xFBA7F2) is known color: Lavender Rose. HEX triplet: FB, A7 and F2. RGB value is (251,167,242). Sum of RGB (Red+Green+Blue) = 251+167+242=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 167 (65.62% from 255 or 25.30% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA7F2 is #04580D. Grayscale: #C8C8C8. Windows color (decimal): -284686 or 15902715. OLE color: 15902715.

HSL color Cylindrical-coordinate representation of color #FBA7F2: hue angle of 306.43º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA7F2 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 167 242 -
CMYK 0 0.33 0.04 0.02
HSL 306.43º 0.91% 0.82% -
HSV(B) 306.43º 0.33% 0.98% -
XYZ 69.63 54.56 90.87 -
YUV 200.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 251 167 242 0 0.33 0.04 0.02 306.43 0.91 0.82
Hex FB A7 F2 0 21 4 2 132 5B 52
Octal 373 247 362 0 41 4 2 462 133 122
Binary 11111011 10100111 11110010 0 100001 100 10 100110010 1011011 1010010

Color Harmonies of #FBA7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7F2

Black with #FBA7F2

Text Example


Text Example

White with #FBA7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7F2; }

 p { color: rgb(251,167,242); }

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

background-color css

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

 a { background-color: rgb(251,167,242); }

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

border-color css

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

 span { border-color: rgb(251,167,242); }

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