Html Css Color HEX #FCBAFD Lavender Rose

📋 copy color: '#FCBAFD'

red 252 ◦ green 186 ◦ blue 253

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

Shades of Lavender Rose #FCBAFD

Tints of Lavender Rose #FCBAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.61%

R = 36.47%
G = 26.92%
B = 36.61%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCBAFD (or 0xFCBAFD) is known color: Lavender Rose. HEX triplet: FC, BA and FD. RGB value is (252,186,253). Sum of RGB (Red+Green+Blue) = 252+186+253=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 186 (73.05% from 255 or 26.92% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCBAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAFD is #034502. Grayscale: #D5D5D5. Windows color (decimal): -214275 or 16628476. OLE color: 16628476.

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

Color convert

RGB 252 186 253 -
CMYK 0.00 0.26 0 0.01
HSL 299.1º 0.94% 0.86% -
HSV(B) 299.1º 0.26% 0.99% -
XYZ 75.43 62.91 101.09 -
YUV 213.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 252 186 253 0.00 0.26 0 0.01 299.1 0.94 0.86
Hex FC BA FD 0 1A 0 1 12B 5E 56
Octal 374 272 375 0 32 0 1 453 136 126
Binary 11111100 10111010 11111101 0 11010 0 1 100101011 1011110 1010110

Color Harmonies of #FCBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAFD

Black with #FCBAFD

Text Example


Text Example

White with #FCBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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