Html Css Color HEX #FCBAE7 Lavender Rose

📋 copy color: '#FCBAE7'

red 252 ◦ green 186 ◦ blue 231

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

Shades of Lavender Rose #FCBAE7

Tints of Lavender Rose #FCBAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.53%

R = 37.67%
G = 27.8%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCBAE7 (or 0xFCBAE7) is known color: Lavender Rose. HEX triplet: FC, BA and E7. RGB value is (252,186,231). Sum of RGB (Red+Green+Blue) = 252+186+231=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAE7 is #034518. Grayscale: #D2D2D2. Windows color (decimal): -214297 or 15186684. OLE color: 15186684.

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

Color convert

RGB 252 186 231 -
CMYK 0 0.26 0.08 0.01
HSL 319.09º 0.92% 0.86% -
HSV(B) 319.09º 0.26% 0.99% -
XYZ 72.13 61.58 83.69 -
YUV 210.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 252 186 231 0 0.26 0.08 0.01 319.09 0.92 0.86
Hex FC BA E7 0 1A 8 1 13F 5C 56
Octal 374 272 347 0 32 10 1 477 134 126
Binary 11111100 10111010 11100111 0 11010 1000 1 100111111 1011100 1010110

Color Harmonies of #FCBAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAE7

Black with #FCBAE7

Text Example


Text Example

White with #FCBAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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