Html Css Color HEX #FCBDF6 Lavender Rose

📋 copy color: '#FCBDF6'

red 252 ◦ green 189 ◦ blue 246

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

Shades of Lavender Rose #FCBDF6

Tints of Lavender Rose #FCBDF6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.51%

 BLUE value IS 246 (96.48% from 255) = 35.81%

R = 36.68%
G = 27.51%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCBDF6 (or 0xFCBDF6) is known color: Lavender Rose. HEX triplet: FC, BD and F6. RGB value is (252,189,246). Sum of RGB (Red+Green+Blue) = 252+189+246=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 189 (74.22% from 255 or 27.51% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDF6 is #034209. Grayscale: #D6D6D6. Windows color (decimal): -213514 or 16170492. OLE color: 16170492.

HSL color Cylindrical-coordinate representation of color #FCBDF6: hue angle of 305.71º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBDF6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 189 246 -
CMYK 0 0.25 0.02 0.01
HSL 305.71º 0.91% 0.86% -
HSV(B) 305.71º 0.25% 0.99% -
XYZ 74.98 63.74 95.54 -
YUV 214.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 252 189 246 0 0.25 0.02 0.01 305.71 0.91 0.86
Hex FC BD F6 0 19 2 1 132 5B 56
Octal 374 275 366 0 31 2 1 462 133 126
Binary 11111100 10111101 11110110 0 11001 10 1 100110010 1011011 1010110

Color Harmonies of #FCBDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDF6

Black with #FCBDF6

Text Example


Text Example

White with #FCBDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDF6; }

 p { color: rgb(252,189,246); }

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

background-color css

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

 a { background-color: rgb(252,189,246); }

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

border-color css

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

 span { border-color: rgb(252,189,246); }

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