Html Css Color HEX #FCBAFA Lavender Rose

📋 copy color: '#FCBAFA'

red 252 ◦ green 186 ◦ blue 250

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

Shades of Lavender Rose #FCBAFA

Tints of Lavender Rose #FCBAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.03%

 BLUE value IS 250 (98.05% from 255) = 36.34%

R = 36.63%
G = 27.03%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCBAFA (or 0xFCBAFA) is known color: Lavender Rose. HEX triplet: FC, BA and FA. RGB value is (252,186,250). Sum of RGB (Red+Green+Blue) = 252+186+250=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 186 (73.05% from 255 or 27.03% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAFA is #034505. Grayscale: #D4D4D4. Windows color (decimal): -214278 or 16431868. OLE color: 16431868.

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

Color convert

RGB 252 186 250 -
CMYK 0 0.26 0.01 0.01
HSL 301.82º 0.92% 0.86% -
HSV(B) 301.82º 0.26% 0.99% -
XYZ 74.96 62.72 98.6 -
YUV 213.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 252 186 250 0 0.26 0.01 0.01 301.82 0.92 0.86
Hex FC BA FA 0 1A 1 1 12E 5C 56
Octal 374 272 372 0 32 1 1 456 134 126
Binary 11111100 10111010 11111010 0 11010 1 1 100101110 1011100 1010110

Color Harmonies of #FCBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAFA

Black with #FCBAFA

Text Example


Text Example

White with #FCBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAFA; }

 p { color: rgb(252,186,250); }

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

background-color css

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

 a { background-color: rgb(252,186,250); }

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

border-color css

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

 span { border-color: rgb(252,186,250); }

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