Html Css Color HEX #FBA8DC Lavender Rose

📋 copy color: '#FBA8DC'

red 251 ◦ green 168 ◦ blue 220

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

Shades of Lavender Rose #FBA8DC

Tints of Lavender Rose #FBA8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.43%

R = 39.28%
G = 26.29%
B = 34.43%

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

#FBA8DC (or 0xFBA8DC) is known color: Lavender Rose. HEX triplet: FB, A8 and DC. RGB value is (251,168,220). Sum of RGB (Red+Green+Blue) = 251+168+220=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8DC is #045723. Grayscale: #C6C6C6. Windows color (decimal): -284452 or 14461179. OLE color: 14461179.

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

Color convert

RGB 251 168 220 -
CMYK 0 0.33 0.12 0.02
HSL 322.41º 0.91% 0.82% -
HSV(B) 322.41º 0.33% 0.98% -
XYZ 66.7 53.68 74.56 -
YUV 198.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 251 168 220 0 0.33 0.12 0.02 322.41 0.91 0.82
Hex FB A8 DC 0 21 C 2 142 5B 52
Octal 373 250 334 0 41 14 2 502 133 122
Binary 11111011 10101000 11011100 0 100001 1100 10 101000010 1011011 1010010

Color Harmonies of #FBA8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA8DC

Black with #FBA8DC

Text Example


Text Example

White with #FBA8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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