Html Css Color HEX #FBA8F2 Lavender Rose

📋 copy color: '#FBA8F2'

red 251 ◦ green 168 ◦ blue 242

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

Shades of Lavender Rose #FBA8F2

Tints of Lavender Rose #FBA8F2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.42%

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

R = 37.97%
G = 25.42%
B = 36.61%

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

#FBA8F2 (or 0xFBA8F2) is known color: Lavender Rose. HEX triplet: FB, A8 and F2. RGB value is (251,168,242). Sum of RGB (Red+Green+Blue) = 251+168+242=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 168 (66.02% from 255 or 25.42% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8F2 is #04570D. Grayscale: #C9C9C9. Windows color (decimal): -284430 or 15902971. OLE color: 15902971.

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

Color convert

RGB 251 168 242 -
CMYK 0 0.33 0.04 0.02
HSL 306.51º 0.91% 0.82% -
HSV(B) 306.51º 0.33% 0.98% -
XYZ 69.81 54.93 90.93 -
YUV 201.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 251 168 242 0 0.33 0.04 0.02 306.51 0.91 0.82
Hex FB A8 F2 0 21 4 2 133 5B 52
Octal 373 250 362 0 41 4 2 463 133 122
Binary 11111011 10101000 11110010 0 100001 100 10 100110011 1011011 1010010

Color Harmonies of #FBA8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA8F2

Black with #FBA8F2

Text Example


Text Example

White with #FBA8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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