Html Css Color HEX #FCABF0 Lavender Rose

📋 copy color: '#FCABF0'

red 252 ◦ green 171 ◦ blue 240

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

Shades of Lavender Rose #FCABF0

Tints of Lavender Rose #FCABF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.2%

R = 38.01%
G = 25.79%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCABF0 (or 0xFCABF0) is known color: Lavender Rose. HEX triplet: FC, AB and F0. RGB value is (252,171,240). Sum of RGB (Red+Green+Blue) = 252+171+240=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABF0 is #03540F. Grayscale: #CACACA. Windows color (decimal): -218128 or 15772668. OLE color: 15772668.

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

Color convert

RGB 252 171 240 -
CMYK 0 0.32 0.05 0.01
HSL 308.89º 0.93% 0.83% -
HSV(B) 308.89º 0.32% 0.99% -
XYZ 70.44 56.11 89.56 -
YUV 203.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 252 171 240 0 0.32 0.05 0.01 308.89 0.93 0.83
Hex FC AB F0 0 20 5 1 135 5D 53
Octal 374 253 360 0 40 5 1 465 135 123
Binary 11111100 10101011 11110000 0 100000 101 1 100110101 1011101 1010011

Color Harmonies of #FCABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABF0

Black with #FCABF0

Text Example


Text Example

White with #FCABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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