Html Css Color HEX #FCB6EA Lavender Rose

📋 copy color: '#FCB6EA'

red 252 ◦ green 182 ◦ blue 234

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

Shades of Lavender Rose #FCB6EA

Tints of Lavender Rose #FCB6EA

RGB

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

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

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

R = 37.72%
G = 27.25%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCB6EA (or 0xFCB6EA) is known color: Lavender Rose. HEX triplet: FC, B6 and EA. RGB value is (252,182,234). Sum of RGB (Red+Green+Blue) = 252+182+234=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 182 (71.48% from 255 or 27.25% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB6EA is #034915. Grayscale: #D0D0D0. Windows color (decimal): -215318 or 15382268. OLE color: 15382268.

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

Color convert

RGB 252 182 234 -
CMYK 0 0.28 0.07 0.01
HSL 315.43º 0.92% 0.85% -
HSV(B) 315.43º 0.28% 0.99% -
XYZ 71.72 60.09 85.66 -
YUV 208.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 252 182 234 0 0.28 0.07 0.01 315.43 0.92 0.85
Hex FC B6 EA 0 1C 7 1 13B 5C 55
Octal 374 266 352 0 34 7 1 473 134 125
Binary 11111100 10110110 11101010 0 11100 111 1 100111011 1011100 1010101

Color Harmonies of #FCB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6EA

Black with #FCB6EA

Text Example


Text Example

White with #FCB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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