Html Css Color HEX #FBC5E6 Classic Rose

📋 copy color: '#FBC5E6'

red 251 ◦ green 197 ◦ blue 230

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

Shades of Classic Rose #FBC5E6

Tints of Classic Rose #FBC5E6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.06%

 BLUE value IS 230 (90.23% from 255) = 33.92%

R = 37.02%
G = 29.06%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBC5E6 (or 0xFBC5E6) is known color: Classic Rose. HEX triplet: FB, C5 and E6. RGB value is (251,197,230). Sum of RGB (Red+Green+Blue) = 251+197+230=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 197 (77.34% from 255 or 29.06% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5E6 is #043A19. Grayscale: #D8D8D8. Windows color (decimal): -277018 or 15123963. OLE color: 15123963.

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

Color convert

RGB 251 197 230 -
CMYK 0 0.22 0.08 0.02
HSL 323.33º 0.87% 0.88% -
HSV(B) 323.33º 0.22% 0.98% -
XYZ 74.03 66.15 83.73 -
YUV 216.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 251 197 230 0 0.22 0.08 0.02 323.33 0.87 0.88
Hex FB C5 E6 0 16 8 2 143 57 58
Octal 373 305 346 0 26 10 2 503 127 130
Binary 11111011 11000101 11100110 0 10110 1000 10 101000011 1010111 1011000

Color Harmonies of #FBC5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5E6

Black with #FBC5E6

Text Example


Text Example

White with #FBC5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5E6; }

 p { color: rgb(251,197,230); }

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

background-color css

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

 a { background-color: rgb(251,197,230); }

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

border-color css

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

 span { border-color: rgb(251,197,230); }

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