Html Css Color HEX #FCB8EA Lavender Rose

📋 copy color: '#FCB8EA'

red 252 ◦ green 184 ◦ blue 234

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

Shades of Lavender Rose #FCB8EA

Tints of Lavender Rose #FCB8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.93%

R = 37.61%
G = 27.46%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCB8EA (or 0xFCB8EA) is known color: Lavender Rose. HEX triplet: FC, B8 and EA. RGB value is (252,184,234). Sum of RGB (Red+Green+Blue) = 252+184+234=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 184 (72.27% from 255 or 27.46% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8EA is #034715. Grayscale: #D1D1D1. Windows color (decimal): -214806 or 15382780. OLE color: 15382780.

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

Color convert

RGB 252 184 234 -
CMYK 0 0.27 0.07 0.01
HSL 315.88º 0.92% 0.85% -
HSV(B) 315.88º 0.27% 0.99% -
XYZ 72.14 60.92 85.8 -
YUV 210.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 252 184 234 0 0.27 0.07 0.01 315.88 0.92 0.85
Hex FC B8 EA 0 1B 7 1 13C 5C 55
Octal 374 270 352 0 33 7 1 474 134 125
Binary 11111100 10111000 11101010 0 11011 111 1 100111100 1011100 1010101

Color Harmonies of #FCB8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8EA

Black with #FCB8EA

Text Example


Text Example

White with #FCB8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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