Html Css Color HEX #FCBAF5 Lavender Rose

📋 copy color: '#FCBAF5'

red 252 ◦ green 186 ◦ blue 245

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

Shades of Lavender Rose #FCBAF5

Tints of Lavender Rose #FCBAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.87%

R = 36.9%
G = 27.23%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCBAF5 (or 0xFCBAF5) is known color: Lavender Rose. HEX triplet: FC, BA and F5. RGB value is (252,186,245). Sum of RGB (Red+Green+Blue) = 252+186+245=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 186 (73.05% from 255 or 27.23% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAF5 is #03450A. Grayscale: #D4D4D4. Windows color (decimal): -214283 or 16104188. OLE color: 16104188.

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

Color convert

RGB 252 186 245 -
CMYK 0 0.26 0.03 0.01
HSL 306.36º 0.92% 0.86% -
HSV(B) 306.36º 0.26% 0.99% -
XYZ 74.19 62.41 94.52 -
YUV 212.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 252 186 245 0 0.26 0.03 0.01 306.36 0.92 0.86
Hex FC BA F5 0 1A 3 1 132 5C 56
Octal 374 272 365 0 32 3 1 462 134 126
Binary 11111100 10111010 11110101 0 11010 11 1 100110010 1011100 1010110

Color Harmonies of #FCBAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAF5

Black with #FCBAF5

Text Example


Text Example

White with #FCBAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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