Html Css Color HEX #FCBAF8 Lavender Rose

📋 copy color: '#FCBAF8'

red 252 ◦ green 186 ◦ blue 248

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

Shades of Lavender Rose #FCBAF8

Tints of Lavender Rose #FCBAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.15%

R = 36.73%
G = 27.11%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCBAF8 (or 0xFCBAF8) is known color: Lavender Rose. HEX triplet: FC, BA and F8. RGB value is (252,186,248). Sum of RGB (Red+Green+Blue) = 252+186+248=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAF8 is #034507. Grayscale: #D4D4D4. Windows color (decimal): -214280 or 16300796. OLE color: 16300796.

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

Color convert

RGB 252 186 248 -
CMYK 0 0.26 0.02 0.01
HSL 303.64º 0.92% 0.86% -
HSV(B) 303.64º 0.26% 0.99% -
XYZ 74.65 62.59 96.95 -
YUV 212.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 252 186 248 0 0.26 0.02 0.01 303.64 0.92 0.86
Hex FC BA F8 0 1A 2 1 130 5C 56
Octal 374 272 370 0 32 2 1 460 134 126
Binary 11111100 10111010 11111000 0 11010 10 1 100110000 1011100 1010110

Color Harmonies of #FCBAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAF8

Black with #FCBAF8

Text Example


Text Example

White with #FCBAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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