Html Css Color HEX #FBA8DF Lavender Rose

📋 copy color: '#FBA8DF'

red 251 ◦ green 168 ◦ blue 223

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

Shades of Lavender Rose #FBA8DF

Tints of Lavender Rose #FBA8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.74%

R = 39.1%
G = 26.17%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBA8DF (or 0xFBA8DF) is known color: Lavender Rose. HEX triplet: FB, A8 and DF. RGB value is (251,168,223). Sum of RGB (Red+Green+Blue) = 251+168+223=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8DF is #045720. Grayscale: #C6C6C6. Windows color (decimal): -284449 or 14657787. OLE color: 14657787.

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

Color convert

RGB 251 168 223 -
CMYK 0 0.33 0.11 0.02
HSL 320.24º 0.91% 0.82% -
HSV(B) 320.24º 0.33% 0.98% -
XYZ 67.11 53.84 76.67 -
YUV 199.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 251 168 223 0 0.33 0.11 0.02 320.24 0.91 0.82
Hex FB A8 DF 0 21 B 2 140 5B 52
Octal 373 250 337 0 41 13 2 500 133 122
Binary 11111011 10101000 11011111 0 100001 1011 10 101000000 1011011 1010010

Color Harmonies of #FBA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA8DF

Black with #FBA8DF

Text Example


Text Example

White with #FBA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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