Html Css Color HEX #FCBAF9 Lavender Rose

📋 copy color: '#FCBAF9'

red 252 ◦ green 186 ◦ blue 249

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

Shades of Lavender Rose #FCBAF9

Tints of Lavender Rose #FCBAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.24%

R = 36.68%
G = 27.07%
B = 36.24%

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

#FCBAF9 (or 0xFCBAF9) is known color: Lavender Rose. HEX triplet: FC, BA and F9. RGB value is (252,186,249). Sum of RGB (Red+Green+Blue) = 252+186+249=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 186 (73.05% from 255 or 27.07% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAF9 is #034506. Grayscale: #D4D4D4. Windows color (decimal): -214279 or 16366332. OLE color: 16366332.

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

Color convert

RGB 252 186 249 -
CMYK 0 0.26 0.01 0.01
HSL 302.73º 0.92% 0.86% -
HSV(B) 302.73º 0.26% 0.99% -
XYZ 74.8 62.65 97.77 -
YUV 212.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 252 186 249 0 0.26 0.01 0.01 302.73 0.92 0.86
Hex FC BA F9 0 1A 1 1 12F 5C 56
Octal 374 272 371 0 32 1 1 457 134 126
Binary 11111100 10111010 11111001 0 11010 1 1 100101111 1011100 1010110

Color Harmonies of #FCBAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAF9

Black with #FCBAF9

Text Example


Text Example

White with #FCBAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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