Html Css Color HEX #FCB9EE Lavender Rose

📋 copy color: '#FCB9EE'

red 252 ◦ green 185 ◦ blue 238

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

Shades of Lavender Rose #FCB9EE

Tints of Lavender Rose #FCB9EE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.41%

 BLUE value IS 238 (93.36% from 255) = 35.26%

R = 37.33%
G = 27.41%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCB9EE (or 0xFCB9EE) is known color: Lavender Rose. HEX triplet: FC, B9 and EE. RGB value is (252,185,238). Sum of RGB (Red+Green+Blue) = 252+185+238=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 185 (72.66% from 255 or 27.41% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9EE is #034611. Grayscale: #D2D2D2. Windows color (decimal): -214546 or 15645180. OLE color: 15645180.

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

Color convert

RGB 252 185 238 -
CMYK 0 0.27 0.06 0.01
HSL 312.54º 0.92% 0.86% -
HSV(B) 312.54º 0.27% 0.99% -
XYZ 72.93 61.57 88.93 -
YUV 211.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 252 185 238 0 0.27 0.06 0.01 312.54 0.92 0.86
Hex FC B9 EE 0 1B 6 1 139 5C 56
Octal 374 271 356 0 33 6 1 471 134 126
Binary 11111100 10111001 11101110 0 11011 110 1 100111001 1011100 1010110

Color Harmonies of #FCB9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9EE

Black with #FCB9EE

Text Example


Text Example

White with #FCB9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9EE; }

 p { color: rgb(252,185,238); }

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

background-color css

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

 a { background-color: rgb(252,185,238); }

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

border-color css

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

 span { border-color: rgb(252,185,238); }

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