Html Css Color HEX #FCB7F2 Lavender Rose

📋 copy color: '#FCB7F2'

red 252 ◦ green 183 ◦ blue 242

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

Shades of Lavender Rose #FCB7F2

Tints of Lavender Rose #FCB7F2

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.03%

 BLUE value IS 242 (94.92% from 255) = 35.75%

R = 37.22%
G = 27.03%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCB7F2 (or 0xFCB7F2) is known color: Lavender Rose. HEX triplet: FC, B7 and F2. RGB value is (252,183,242). Sum of RGB (Red+Green+Blue) = 252+183+242=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 183 (71.88% from 255 or 27.03% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7F2 is #03480D. Grayscale: #D2D2D2. Windows color (decimal): -215054 or 15906812. OLE color: 15906812.

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

Color convert

RGB 252 183 242 -
CMYK 0 0.27 0.04 0.01
HSL 308.7º 0.92% 0.85% -
HSV(B) 308.7º 0.27% 0.99% -
XYZ 73.11 60.97 91.92 -
YUV 210.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 252 183 242 0 0.27 0.04 0.01 308.7 0.92 0.85
Hex FC B7 F2 0 1B 4 1 135 5C 55
Octal 374 267 362 0 33 4 1 465 134 125
Binary 11111100 10110111 11110010 0 11011 100 1 100110101 1011100 1010101

Color Harmonies of #FCB7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7F2

Black with #FCB7F2

Text Example


Text Example

White with #FCB7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7F2; }

 p { color: rgb(252,183,242); }

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

background-color css

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

 a { background-color: rgb(252,183,242); }

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

border-color css

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

 span { border-color: rgb(252,183,242); }

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