Html Css Color HEX #FFC0EB Classic Rose

📋 copy color: '#FFC0EB'

red 255 ◦ green 192 ◦ blue 235

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

Shades of Classic Rose #FFC0EB

Tints of Classic Rose #FFC0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.46%

R = 37.39%
G = 28.15%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFC0EB (or 0xFFC0EB) is known color: Classic Rose. HEX triplet: FF, C0 and EB. RGB value is (255,192,235). Sum of RGB (Red+Green+Blue) = 255+192+235=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0EB is #003F14. Grayscale: #D7D7D7. Windows color (decimal): -16149 or 15450367. OLE color: 15450367.

HSL color Cylindrical-coordinate representation of color #FFC0EB: hue angle of 319.05º 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 #FFC0EB is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 235 -
CMYK 0 0.25 0.08 0
HSL 319.05º 1% 0.88% -
HSV(B) 319.05º 0.25% 1% -
XYZ 75.09 64.96 87.18 -
YUV 215.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 255 192 235 0 0.25 0.08 0 319.05 1 0.88
Hex FF C0 EB 0 19 8 0 13F 64 58
Octal 377 300 353 0 31 10 0 477 144 130
Binary 11111111 11000000 11101011 0 11001 1000 0 100111111 1100100 1011000

Color Harmonies of #FFC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0EB

Black with #FFC0EB

Text Example


Text Example

White with #FFC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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