Html Css Color HEX #FBACF1 Lavender Rose

📋 copy color: '#FBACF1'

red 251 ◦ green 172 ◦ blue 241

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

Shades of Lavender Rose #FBACF1

Tints of Lavender Rose #FBACF1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.9%

 BLUE value IS 241 (94.53% from 255) = 36.3%

R = 37.8%
G = 25.9%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBACF1 (or 0xFBACF1) is known color: Lavender Rose. HEX triplet: FB, AC and F1. RGB value is (251,172,241). Sum of RGB (Red+Green+Blue) = 251+172+241=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACF1 is #04530E. Grayscale: #CBCBCB. Windows color (decimal): -283407 or 15838459. OLE color: 15838459.

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

Color convert

RGB 251 172 241 -
CMYK 0 0.31 0.04 0.02
HSL 307.59º 0.91% 0.83% -
HSV(B) 307.59º 0.31% 0.98% -
XYZ 70.41 56.37 90.39 -
YUV 203.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 251 172 241 0 0.31 0.04 0.02 307.59 0.91 0.83
Hex FB AC F1 0 1F 4 2 134 5B 53
Octal 373 254 361 0 37 4 2 464 133 123
Binary 11111011 10101100 11110001 0 11111 100 10 100110100 1011011 1010011

Color Harmonies of #FBACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACF1

Black with #FBACF1

Text Example


Text Example

White with #FBACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACF1; }

 p { color: rgb(251,172,241); }

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

background-color css

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

 a { background-color: rgb(251,172,241); }

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

border-color css

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

 span { border-color: rgb(251,172,241); }

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