Html Css Color HEX #FFC0EF Lavender Rose

📋 copy color: '#FFC0EF'

red 255 ◦ green 192 ◦ blue 239

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

Shades of Lavender Rose #FFC0EF

Tints of Lavender Rose #FFC0EF

RGB

 RED value IS 255 (100% from 255) = 37.17%

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

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

R = 37.17%
G = 27.99%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FFC0EF (or 0xFFC0EF) is known color: Lavender Rose. HEX triplet: FF, C0 and EF. RGB value is (255,192,239). Sum of RGB (Red+Green+Blue) = 255+192+239=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 192 (75.39% from 255 or 27.99% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0EF is #003F10. Grayscale: #D8D8D8. Windows color (decimal): -16145 or 15712511. OLE color: 15712511.

HSL color Cylindrical-coordinate representation of color #FFC0EF: hue angle of 315.24º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0EF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 239 -
CMYK 0 0.25 0.06 0
HSL 315.24º 1% 0.88% -
HSV(B) 315.24º 0.25% 1% -
XYZ 75.67 65.19 90.26 -
YUV 216.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 255 192 239 0 0.25 0.06 0 315.24 1 0.88
Hex FF C0 EF 0 19 6 0 13B 64 58
Octal 377 300 357 0 31 6 0 473 144 130
Binary 11111111 11000000 11101111 0 11001 110 0 100111011 1100100 1011000

Color Harmonies of #FFC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0EF

Black with #FFC0EF

Text Example


Text Example

White with #FFC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0EF; }

 p { color: rgb(255,192,239); }

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

background-color css

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

 a { background-color: rgb(255,192,239); }

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

border-color css

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

 span { border-color: rgb(255,192,239); }

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