Html Css Color HEX #FBC0EB Classic Rose

📋 copy color: '#FBC0EB'

red 251 ◦ green 192 ◦ blue 235

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

Shades of Classic Rose #FBC0EB

Tints of Classic Rose #FBC0EB

RGB

 RED value IS 251 (98.44% from 255) = 37.02%

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

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

R = 37.02%
G = 28.32%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FBC0EB (or 0xFBC0EB) is known color: Classic Rose. HEX triplet: FB, C0 and EB. RGB value is (251,192,235). Sum of RGB (Red+Green+Blue) = 251+192+235=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 192 (75.39% from 255 or 28.32% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0EB is #043F14. Grayscale: #D6D6D6. Windows color (decimal): -278293 or 15450363. OLE color: 15450363.

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

Color convert

RGB 251 192 235 -
CMYK 0 0.24 0.06 0.02
HSL 316.27º 0.88% 0.87% -
HSV(B) 316.27º 0.24% 0.98% -
XYZ 73.63 64.21 87.11 -
YUV 214.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 251 192 235 0 0.24 0.06 0.02 316.27 0.88 0.87
Hex FB C0 EB 0 18 6 2 13C 58 57
Octal 373 300 353 0 30 6 2 474 130 127
Binary 11111011 11000000 11101011 0 11000 110 10 100111100 1011000 1010111

Color Harmonies of #FBC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0EB

Black with #FBC0EB

Text Example


Text Example

White with #FBC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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