Html Css Color HEX #FBC1E5 Classic Rose

📋 copy color: '#FBC1E5'

red 251 ◦ green 193 ◦ blue 229

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

Shades of Classic Rose #FBC1E5

Tints of Classic Rose #FBC1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.03%

R = 37.3%
G = 28.68%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBC1E5 (or 0xFBC1E5) is known color: Classic Rose. HEX triplet: FB, C1 and E5. RGB value is (251,193,229). Sum of RGB (Red+Green+Blue) = 251+193+229=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 193 (75.78% from 255 or 28.68% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1E5 is #043E1A. Grayscale: #D6D6D6. Windows color (decimal): -278043 or 15057403. OLE color: 15057403.

HSL color Cylindrical-coordinate representation of color #FBC1E5: hue angle of 322.76º 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 #FBC1E5 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 193 229 -
CMYK 0 0.23 0.09 0.02
HSL 322.76º 0.88% 0.87% -
HSV(B) 322.76º 0.23% 0.98% -
XYZ 73 64.31 82.69 -
YUV 214.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 251 193 229 0 0.23 0.09 0.02 322.76 0.88 0.87
Hex FB C1 E5 0 17 9 2 143 58 57
Octal 373 301 345 0 27 11 2 503 130 127
Binary 11111011 11000001 11100101 0 10111 1001 10 101000011 1011000 1010111

Color Harmonies of #FBC1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1E5

Black with #FBC1E5

Text Example


Text Example

White with #FBC1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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