Html Css Color HEX #FBC1E0 Classic Rose

📋 copy color: '#FBC1E0'

red 251 ◦ green 193 ◦ blue 224

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

Shades of Classic Rose #FBC1E0

Tints of Classic Rose #FBC1E0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.89%

 BLUE value IS 224 (87.89% from 255) = 33.53%

R = 37.57%
G = 28.89%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBC1E0 (or 0xFBC1E0) is known color: Classic Rose. HEX triplet: FB, C1 and E0. RGB value is (251,193,224). Sum of RGB (Red+Green+Blue) = 251+193+224=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1E0 is #043E1F. Grayscale: #D5D5D5. Windows color (decimal): -278048 or 14729723. OLE color: 14729723.

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

Color convert

RGB 251 193 224 -
CMYK 0 0.23 0.11 0.02
HSL 327.93º 0.88% 0.87% -
HSV(B) 327.93º 0.23% 0.98% -
XYZ 72.31 64.03 79.07 -
YUV 213.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 251 193 224 0 0.23 0.11 0.02 327.93 0.88 0.87
Hex FB C1 E0 0 17 B 2 148 58 57
Octal 373 301 340 0 27 13 2 510 130 127
Binary 11111011 11000001 11100000 0 10111 1011 10 101001000 1011000 1010111

Color Harmonies of #FBC1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1E0

Black with #FBC1E0

Text Example


Text Example

White with #FBC1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1E0; }

 p { color: rgb(251,193,224); }

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

background-color css

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

 a { background-color: rgb(251,193,224); }

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

border-color css

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

 span { border-color: rgb(251,193,224); }

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