Html Css Color HEX #FBA8DD Lavender Rose

📋 copy color: '#FBA8DD'

red 251 ◦ green 168 ◦ blue 221

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

Shades of Lavender Rose #FBA8DD

Tints of Lavender Rose #FBA8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.53%

R = 39.22%
G = 26.25%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBA8DD (or 0xFBA8DD) is known color: Lavender Rose. HEX triplet: FB, A8 and DD. RGB value is (251,168,221). Sum of RGB (Red+Green+Blue) = 251+168+221=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8DD is #045722. Grayscale: #C6C6C6. Windows color (decimal): -284451 or 14526715. OLE color: 14526715.

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

Color convert

RGB 251 168 221 -
CMYK 0 0.33 0.12 0.02
HSL 321.69º 0.91% 0.82% -
HSV(B) 321.69º 0.33% 0.98% -
XYZ 66.84 53.73 75.26 -
YUV 198.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 251 168 221 0 0.33 0.12 0.02 321.69 0.91 0.82
Hex FB A8 DD 0 21 C 2 142 5B 52
Octal 373 250 335 0 41 14 2 502 133 122
Binary 11111011 10101000 11011101 0 100001 1100 10 101000010 1011011 1010010

Color Harmonies of #FBA8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA8DD

Black with #FBA8DD

Text Example


Text Example

White with #FBA8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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