Html Css Color HEX #FCBAEA Lavender Rose

📋 copy color: '#FCBAEA'

red 252 ◦ green 186 ◦ blue 234

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

Shades of Lavender Rose #FCBAEA

Tints of Lavender Rose #FCBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 37.5%
G = 27.68%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCBAEA (or 0xFCBAEA) is known color: Lavender Rose. HEX triplet: FC, BA and EA. RGB value is (252,186,234). Sum of RGB (Red+Green+Blue) = 252+186+234=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAEA is #034515. Grayscale: #D3D3D3. Windows color (decimal): -214294 or 15383292. OLE color: 15383292.

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

Color convert

RGB 252 186 234 -
CMYK 0 0.26 0.07 0.01
HSL 316.36º 0.92% 0.86% -
HSV(B) 316.36º 0.26% 0.99% -
XYZ 72.56 61.75 85.94 -
YUV 211.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 252 186 234 0 0.26 0.07 0.01 316.36 0.92 0.86
Hex FC BA EA 0 1A 7 1 13C 5C 56
Octal 374 272 352 0 32 7 1 474 134 126
Binary 11111100 10111010 11101010 0 11010 111 1 100111100 1011100 1010110

Color Harmonies of #FCBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAEA

Black with #FCBAEA

Text Example


Text Example

White with #FCBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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