Html Css Color HEX #FBC3E8 Classic Rose

📋 copy color: '#FBC3E8'

red 251 ◦ green 195 ◦ blue 232

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

Shades of Classic Rose #FBC3E8

Tints of Classic Rose #FBC3E8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.76%

 BLUE value IS 232 (91.02% from 255) = 34.22%

R = 37.02%
G = 28.76%
B = 34.22%

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

#FBC3E8 (or 0xFBC3E8) is known color: Classic Rose. HEX triplet: FB, C3 and E8. RGB value is (251,195,232). Sum of RGB (Red+Green+Blue) = 251+195+232=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 195 (76.56% from 255 or 28.76% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC3E8 is #043C17. Grayscale: #D7D7D7. Windows color (decimal): -277528 or 15254523. OLE color: 15254523.

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

Color convert

RGB 251 195 232 -
CMYK 0 0.22 0.08 0.02
HSL 320.36º 0.88% 0.87% -
HSV(B) 320.36º 0.22% 0.98% -
XYZ 73.86 65.37 85.07 -
YUV 215.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 251 195 232 0 0.22 0.08 0.02 320.36 0.88 0.87
Hex FB C3 E8 0 16 8 2 140 58 57
Octal 373 303 350 0 26 10 2 500 130 127
Binary 11111011 11000011 11101000 0 10110 1000 10 101000000 1011000 1010111

Color Harmonies of #FBC3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC3E8

Black with #FBC3E8

Text Example


Text Example

White with #FBC3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC3E8; }

 p { color: rgb(251,195,232); }

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

background-color css

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

 a { background-color: rgb(251,195,232); }

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

border-color css

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

 span { border-color: rgb(251,195,232); }

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