Html Css Color HEX #FCBCF0 Lavender Rose

📋 copy color: '#FCBCF0'

red 252 ◦ green 188 ◦ blue 240

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

Shades of Lavender Rose #FCBCF0

Tints of Lavender Rose #FCBCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.29%

R = 37.06%
G = 27.65%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCBCF0 (or 0xFCBCF0) is known color: Lavender Rose. HEX triplet: FC, BC and F0. RGB value is (252,188,240). Sum of RGB (Red+Green+Blue) = 252+188+240=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 188 (73.83% from 255 or 27.65% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCF0 is #03430F. Grayscale: #D4D4D4. Windows color (decimal): -213776 or 15777020. OLE color: 15777020.

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

Color convert

RGB 252 188 240 -
CMYK 0 0.25 0.05 0.01
HSL 311.25º 0.91% 0.86% -
HSV(B) 311.25º 0.25% 0.99% -
XYZ 73.86 62.95 90.7 -
YUV 213.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 252 188 240 0 0.25 0.05 0.01 311.25 0.91 0.86
Hex FC BC F0 0 19 5 1 137 5B 56
Octal 374 274 360 0 31 5 1 467 133 126
Binary 11111100 10111100 11110000 0 11001 101 1 100110111 1011011 1010110

Color Harmonies of #FCBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCF0

Black with #FCBCF0

Text Example


Text Example

White with #FCBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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