Html Css Color HEX #FBA8E1 Lavender Rose

📋 copy color: '#FBA8E1'

red 251 ◦ green 168 ◦ blue 225

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

Shades of Lavender Rose #FBA8E1

Tints of Lavender Rose #FBA8E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.94%

R = 38.98%
G = 26.09%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBA8E1 (or 0xFBA8E1) is known color: Lavender Rose. HEX triplet: FB, A8 and E1. RGB value is (251,168,225). Sum of RGB (Red+Green+Blue) = 251+168+225=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8E1 is #04571E. Grayscale: #C7C7C7. Windows color (decimal): -284447 or 14788859. OLE color: 14788859.

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

Color convert

RGB 251 168 225 -
CMYK 0 0.33 0.10 0.02
HSL 318.8º 0.91% 0.82% -
HSV(B) 318.8º 0.33% 0.98% -
XYZ 67.38 53.95 78.1 -
YUV 199.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 251 168 225 0 0.33 0.10 0.02 318.8 0.91 0.82
Hex FB A8 E1 0 21 A 2 13F 5B 52
Octal 373 250 341 0 41 12 2 477 133 122
Binary 11111011 10101000 11100001 0 100001 1010 10 100111111 1011011 1010010

Color Harmonies of #FBA8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA8E1

Black with #FBA8E1

Text Example


Text Example

White with #FBA8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA8E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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