Html Css Color HEX #FCABF7 Lavender Rose

📋 copy color: '#FCABF7'

red 252 ◦ green 171 ◦ blue 247

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

Shades of Lavender Rose #FCABF7

Tints of Lavender Rose #FCABF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.87%

R = 37.61%
G = 25.52%
B = 36.87%

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

#FCABF7 (or 0xFCABF7) is known color: Lavender Rose. HEX triplet: FC, AB and F7. RGB value is (252,171,247). Sum of RGB (Red+Green+Blue) = 252+171+247=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 171 (67.19% from 255 or 25.52% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABF7 is #035408. Grayscale: #CBCBCB. Windows color (decimal): -218121 or 16231420. OLE color: 16231420.

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

Color convert

RGB 252 171 247 -
CMYK 0 0.32 0.02 0.01
HSL 303.7º 0.93% 0.83% -
HSV(B) 303.7º 0.32% 0.99% -
XYZ 71.5 56.54 95.14 -
YUV 203.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 252 171 247 0 0.32 0.02 0.01 303.7 0.93 0.83
Hex FC AB F7 0 20 2 1 130 5D 53
Octal 374 253 367 0 40 2 1 460 135 123
Binary 11111100 10101011 11110111 0 100000 10 1 100110000 1011101 1010011

Color Harmonies of #FCABF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABF7

Black with #FCABF7

Text Example


Text Example

White with #FCABF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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