Html Css Color HEX #FCABFE Lavender Rose

📋 copy color: '#FCABFE'

red 252 ◦ green 171 ◦ blue 254

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

Shades of Lavender Rose #FCABFE

Tints of Lavender Rose #FCABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.52%

R = 37.22%
G = 25.26%
B = 37.52%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCABFE (or 0xFCABFE) is known color: Lavender Rose. HEX triplet: FC, AB and FE. RGB value is (252,171,254). Sum of RGB (Red+Green+Blue) = 252+171+254=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 171 (67.19% from 255 or 25.26% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABFE is #035401. Grayscale: #CCCCCC. Windows color (decimal): -218114 or 16690172. OLE color: 16690172.

HSL color Cylindrical-coordinate representation of color #FCABFE: hue angle of 298.55º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCABFE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 252 171 254 -
CMYK 0.01 0.33 0 0.00
HSL 298.55º 0.98% 0.83% -
HSV(B) 298.55º 0.33% 1% -
XYZ 72.6 56.98 100.94 -
YUV 204.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 252 171 254 0.01 0.33 0 0.00 298.55 0.98 0.83
Hex FC AB FE 1 21 0 0 12B 62 53
Octal 374 253 376 1 41 0 0 453 142 123
Binary 11111100 10101011 11111110 1 100001 0 0 100101011 1100010 1010011

Color Harmonies of #FCABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABFE

Black with #FCABFE

Text Example


Text Example

White with #FCABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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