Html Css Color HEX #FBACFD Lavender Rose

📋 copy color: '#FBACFD'

red 251 ◦ green 172 ◦ blue 253

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

Shades of Lavender Rose #FBACFD

Tints of Lavender Rose #FBACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.44%

 BLUE value IS 253 (99.22% from 255) = 37.43%

R = 37.13%
G = 25.44%
B = 37.43%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBACFD (or 0xFBACFD) is known color: Lavender Rose. HEX triplet: FB, AC and FD. RGB value is (251,172,253). Sum of RGB (Red+Green+Blue) = 251+172+253=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 172 (67.58% from 255 or 25.44% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACFD is #045302. Grayscale: #CCCCCC. Windows color (decimal): -283395 or 16624891. OLE color: 16624891.

HSL color Cylindrical-coordinate representation of color #FBACFD: hue angle of 298.52º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBACFD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 172 253 -
CMYK 0.01 0.32 0 0.01
HSL 298.52º 0.95% 0.83% -
HSV(B) 298.52º 0.32% 0.99% -
XYZ 72.27 57.11 100.14 -
YUV 204.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 251 172 253 0.01 0.32 0 0.01 298.52 0.95 0.83
Hex FB AC FD 1 20 0 1 12B 5F 53
Octal 373 254 375 1 40 0 1 453 137 123
Binary 11111011 10101100 11111101 1 100000 0 1 100101011 1011111 1010011

Color Harmonies of #FBACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBACFD

Black with #FBACFD

Text Example


Text Example

White with #FBACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBACFD; }

 p { color: rgb(251,172,253); }

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

background-color css

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

 a { background-color: rgb(251,172,253); }

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

border-color css

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

 span { border-color: rgb(251,172,253); }

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