Html Css Color HEX #FCB7E6 Lavender Rose

📋 copy color: '#FCB7E6'

red 252 ◦ green 183 ◦ blue 230

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

Shades of Lavender Rose #FCB7E6

Tints of Lavender Rose #FCB7E6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.52%

 BLUE value IS 230 (90.23% from 255) = 34.59%

R = 37.89%
G = 27.52%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCB7E6 (or 0xFCB7E6) is known color: Lavender Rose. HEX triplet: FC, B7 and E6. RGB value is (252,183,230). Sum of RGB (Red+Green+Blue) = 252+183+230=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 183 (71.88% from 255 or 27.52% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7E6 is #034819. Grayscale: #D0D0D0. Windows color (decimal): -215066 or 15120380. OLE color: 15120380.

HSL color Cylindrical-coordinate representation of color #FCB7E6: hue angle of 319.13º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB7E6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 183 230 -
CMYK 0 0.27 0.09 0.01
HSL 319.13º 0.92% 0.85% -
HSV(B) 319.13º 0.27% 0.99% -
XYZ 71.36 60.28 82.74 -
YUV 208.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 252 183 230 0 0.27 0.09 0.01 319.13 0.92 0.85
Hex FC B7 E6 0 1B 9 1 13F 5C 55
Octal 374 267 346 0 33 11 1 477 134 125
Binary 11111100 10110111 11100110 0 11011 1001 1 100111111 1011100 1010101

Color Harmonies of #FCB7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7E6

Black with #FCB7E6

Text Example


Text Example

White with #FCB7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7E6; }

 p { color: rgb(252,183,230); }

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

background-color css

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

 a { background-color: rgb(252,183,230); }

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

border-color css

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

 span { border-color: rgb(252,183,230); }

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