Html Css Color HEX #FCBDF7 Lavender Rose

📋 copy color: '#FCBDF7'

red 252 ◦ green 189 ◦ blue 247

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

Shades of Lavender Rose #FCBDF7

Tints of Lavender Rose #FCBDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.9%

R = 36.63%
G = 27.47%
B = 35.9%

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

#FCBDF7 (or 0xFCBDF7) is known color: Lavender Rose. HEX triplet: FC, BD and F7. RGB value is (252,189,247). Sum of RGB (Red+Green+Blue) = 252+189+247=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 189 (74.22% from 255 or 27.47% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDF7 is #034208. Grayscale: #D6D6D6. Windows color (decimal): -213513 or 16236028. OLE color: 16236028.

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

Color convert

RGB 252 189 247 -
CMYK 0 0.25 0.02 0.01
HSL 304.76º 0.91% 0.86% -
HSV(B) 304.76º 0.25% 0.99% -
XYZ 75.13 63.81 96.35 -
YUV 214.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 252 189 247 0 0.25 0.02 0.01 304.76 0.91 0.86
Hex FC BD F7 0 19 2 1 131 5B 56
Octal 374 275 367 0 31 2 1 461 133 126
Binary 11111100 10111101 11110111 0 11001 10 1 100110001 1011011 1010110

Color Harmonies of #FCBDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDF7

Black with #FCBDF7

Text Example


Text Example

White with #FCBDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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