Html Css Color HEX #FCABF8 Lavender Rose

📋 copy color: '#FCABF8'

red 252 ◦ green 171 ◦ blue 248

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

Shades of Lavender Rose #FCABF8

Tints of Lavender Rose #FCABF8

RGB

 RED value IS 252 (98.83% from 255) = 37.56%

 GREEN value IS 171 (67.19% from 255) = 25.48%

 BLUE value IS 248 (97.27% from 255) = 36.96%

R = 37.56%
G = 25.48%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCABF8 (or 0xFCABF8) is known color: Lavender Rose. HEX triplet: FC, AB and F8. RGB value is (252,171,248). Sum of RGB (Red+Green+Blue) = 252+171+248=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 171 (67.19% from 255 or 25.48% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABF8 is #035407. Grayscale: #CBCBCB. Windows color (decimal): -218120 or 16296956. OLE color: 16296956.

HSL color Cylindrical-coordinate representation of color #FCABF8: hue angle of 302.96º degrees, saturation: 0.93, 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 #FCABF8 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 248 -
CMYK 0 0.32 0.02 0.01
HSL 302.96º 0.93% 0.83% -
HSV(B) 302.96º 0.32% 0.99% -
XYZ 71.65 56.6 95.96 -
YUV 204 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 252 171 248 0 0.32 0.02 0.01 302.96 0.93 0.83
Hex FC AB F8 0 20 2 1 12F 5D 53
Octal 374 253 370 0 40 2 1 457 135 123
Binary 11111100 10101011 11111000 0 100000 10 1 100101111 1011101 1010011

Color Harmonies of #FCABF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABF8

Black with #FCABF8

Text Example


Text Example

White with #FCABF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABF8; }

 p { color: rgb(252,171,248); }

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

background-color css

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

 a { background-color: rgb(252,171,248); }

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

border-color css

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

 span { border-color: rgb(252,171,248); }

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