Html Css Color HEX #FCBDF9 Lavender Rose

📋 copy color: '#FCBDF9'

red 252 ◦ green 189 ◦ blue 249

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

Shades of Lavender Rose #FCBDF9

Tints of Lavender Rose #FCBDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.09%

R = 36.52%
G = 27.39%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCBDF9 (or 0xFCBDF9) is known color: Lavender Rose. HEX triplet: FC, BD and F9. RGB value is (252,189,249). Sum of RGB (Red+Green+Blue) = 252+189+249=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 189 (74.22% from 255 or 27.39% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDF9 is #034206. Grayscale: #D6D6D6. Windows color (decimal): -213511 or 16367100. OLE color: 16367100.

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

Color convert

RGB 252 189 249 -
CMYK 0 0.25 0.01 0.01
HSL 302.86º 0.91% 0.86% -
HSV(B) 302.86º 0.25% 0.99% -
XYZ 75.44 63.93 97.99 -
YUV 214.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 252 189 249 0 0.25 0.01 0.01 302.86 0.91 0.86
Hex FC BD F9 0 19 1 1 12F 5B 56
Octal 374 275 371 0 31 1 1 457 133 126
Binary 11111100 10111101 11111001 0 11001 1 1 100101111 1011011 1010110

Color Harmonies of #FCBDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDF9

Black with #FCBDF9

Text Example


Text Example

White with #FCBDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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