Html Css Color HEX #FCBCF5 Lavender Rose

📋 copy color: '#FCBCF5'

red 252 ◦ green 188 ◦ blue 245

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

Shades of Lavender Rose #FCBCF5

Tints of Lavender Rose #FCBCF5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.45%

 BLUE value IS 245 (96.09% from 255) = 35.77%

R = 36.79%
G = 27.45%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCBCF5 (or 0xFCBCF5) is known color: Lavender Rose. HEX triplet: FC, BC and F5. RGB value is (252,188,245). Sum of RGB (Red+Green+Blue) = 252+188+245=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 188 (73.83% from 255 or 27.45% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCF5 is #03430A. Grayscale: #D5D5D5. Windows color (decimal): -213771 or 16104700. OLE color: 16104700.

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

Color convert

RGB 252 188 245 -
CMYK 0 0.25 0.03 0.01
HSL 306.56º 0.91% 0.86% -
HSV(B) 306.56º 0.25% 0.99% -
XYZ 74.61 63.25 94.66 -
YUV 213.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 252 188 245 0 0.25 0.03 0.01 306.56 0.91 0.86
Hex FC BC F5 0 19 3 1 133 5B 56
Octal 374 274 365 0 31 3 1 463 133 126
Binary 11111100 10111100 11110101 0 11001 11 1 100110011 1011011 1010110

Color Harmonies of #FCBCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCF5

Black with #FCBCF5

Text Example


Text Example

White with #FCBCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCF5; }

 p { color: rgb(252,188,245); }

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

background-color css

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

 a { background-color: rgb(252,188,245); }

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

border-color css

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

 span { border-color: rgb(252,188,245); }

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