Html Css Color HEX #FCB8E6 Lavender Rose

📋 copy color: '#FCB8E6'

red 252 ◦ green 184 ◦ blue 230

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

Shades of Lavender Rose #FCB8E6

Tints of Lavender Rose #FCB8E6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 27.63%

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

R = 37.84%
G = 27.63%
B = 34.53%

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

#FCB8E6 (or 0xFCB8E6) is known color: Lavender Rose. HEX triplet: FC, B8 and E6. RGB value is (252,184,230). Sum of RGB (Red+Green+Blue) = 252+184+230=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 184 (72.27% from 255 or 27.63% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8E6 is #034719. Grayscale: #D1D1D1. Windows color (decimal): -214810 or 15120636. OLE color: 15120636.

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

Color convert

RGB 252 184 230 -
CMYK 0 0.27 0.09 0.01
HSL 319.41º 0.92% 0.85% -
HSV(B) 319.41º 0.27% 0.99% -
XYZ 71.57 60.69 82.81 -
YUV 209.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 252 184 230 0 0.27 0.09 0.01 319.41 0.92 0.85
Hex FC B8 E6 0 1B 9 1 13F 5C 55
Octal 374 270 346 0 33 11 1 477 134 125
Binary 11111100 10111000 11100110 0 11011 1001 1 100111111 1011100 1010101

Color Harmonies of #FCB8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8E6

Black with #FCB8E6

Text Example


Text Example

White with #FCB8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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