Html Css Color HEX #FCC0ED Lavender Rose

📋 copy color: '#FCC0ED'

red 252 ◦ green 192 ◦ blue 237

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

Shades of Lavender Rose #FCC0ED

Tints of Lavender Rose #FCC0ED

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.19%

 BLUE value IS 237 (92.97% from 255) = 34.8%

R = 37%
G = 28.19%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCC0ED (or 0xFCC0ED) is known color: Lavender Rose. HEX triplet: FC, C0 and ED. RGB value is (252,192,237). Sum of RGB (Red+Green+Blue) = 252+192+237=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC0ED is #033F12. Grayscale: #D6D6D6. Windows color (decimal): -212755 or 15581436. OLE color: 15581436.

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

Color convert

RGB 252 192 237 -
CMYK 0 0.24 0.06 0.01
HSL 315º 0.91% 0.87% -
HSV(B) 315º 0.24% 0.99% -
XYZ 74.28 64.51 88.66 -
YUV 215.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 252 192 237 0 0.24 0.06 0.01 315 0.91 0.87
Hex FC C0 ED 0 18 6 1 13B 5B 57
Octal 374 300 355 0 30 6 1 473 133 127
Binary 11111100 11000000 11101101 0 11000 110 1 100111011 1011011 1010111

Color Harmonies of #FCC0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0ED

Black with #FCC0ED

Text Example


Text Example

White with #FCC0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0ED; }

 p { color: rgb(252,192,237); }

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

background-color css

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

 a { background-color: rgb(252,192,237); }

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

border-color css

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

 span { border-color: rgb(252,192,237); }

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