Html Css Color HEX #FBA4FC Lavender Rose

📋 copy color: '#FBA4FC'

red 251 ◦ green 164 ◦ blue 252

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

Shades of Lavender Rose #FBA4FC

Tints of Lavender Rose #FBA4FC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 24.59%

 BLUE value IS 252 (98.83% from 255) = 37.78%

R = 37.63%
G = 24.59%
B = 37.78%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBA4FC (or 0xFBA4FC) is known color: Lavender Rose. HEX triplet: FB, A4 and FC. RGB value is (251,164,252). Sum of RGB (Red+Green+Blue) = 251+164+252=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 164 (64.45% from 255 or 24.59% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBA4FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA4FC is #045B03. Grayscale: #C7C7C7. Windows color (decimal): -285444 or 16557307. OLE color: 16557307.

HSL color Cylindrical-coordinate representation of color #FBA4FC: hue angle of 299.32º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA4FC is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 164 252 -
CMYK 0.00 0.35 0 0.01
HSL 299.32º 0.94% 0.82% -
HSV(B) 299.32º 0.35% 0.99% -
XYZ 70.63 54.09 98.81 -
YUV 200.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 251 164 252 0.00 0.35 0 0.01 299.32 0.94 0.82
Hex FB A4 FC 0 23 0 1 12B 5E 52
Octal 373 244 374 0 43 0 1 453 136 122
Binary 11111011 10100100 11111100 0 100011 0 1 100101011 1011110 1010010

Color Harmonies of #FBA4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA4FC

Black with #FBA4FC

Text Example


Text Example

White with #FBA4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA4FC; }

 p { color: rgb(251,164,252); }

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

background-color css

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

 a { background-color: rgb(251,164,252); }

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

border-color css

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

 span { border-color: rgb(251,164,252); }

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