Html Css Color HEX #FCB6EF Lavender Rose

📋 copy color: '#FCB6EF'

red 252 ◦ green 182 ◦ blue 239

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

Shades of Lavender Rose #FCB6EF

Tints of Lavender Rose #FCB6EF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.04%

 BLUE value IS 239 (93.75% from 255) = 35.51%

R = 37.44%
G = 27.04%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCB6EF (or 0xFCB6EF) is known color: Lavender Rose. HEX triplet: FC, B6 and EF. RGB value is (252,182,239). Sum of RGB (Red+Green+Blue) = 252+182+239=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 182 (71.48% from 255 or 27.04% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB6EF is #034910. Grayscale: #D1D1D1. Windows color (decimal): -215313 or 15709948. OLE color: 15709948.

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

Color convert

RGB 252 182 239 -
CMYK 0 0.28 0.05 0.01
HSL 311.14º 0.92% 0.85% -
HSV(B) 311.14º 0.28% 0.99% -
XYZ 72.45 60.38 89.5 -
YUV 209.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 252 182 239 0 0.28 0.05 0.01 311.14 0.92 0.85
Hex FC B6 EF 0 1C 5 1 137 5C 55
Octal 374 266 357 0 34 5 1 467 134 125
Binary 11111100 10110110 11101111 0 11100 101 1 100110111 1011100 1010101

Color Harmonies of #FCB6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6EF

Black with #FCB6EF

Text Example


Text Example

White with #FCB6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6EF; }

 p { color: rgb(252,182,239); }

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

background-color css

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

 a { background-color: rgb(252,182,239); }

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

border-color css

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

 span { border-color: rgb(252,182,239); }

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