Html Css Color HEX #FBBFE0 Classic Rose

📋 copy color: '#FBBFE0'

red 251 ◦ green 191 ◦ blue 224

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

Shades of Classic Rose #FBBFE0

Tints of Classic Rose #FBBFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 28.68%

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

R = 37.69%
G = 28.68%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBBFE0 (or 0xFBBFE0) is known color: Classic Rose. HEX triplet: FB, BF and E0. RGB value is (251,191,224). Sum of RGB (Red+Green+Blue) = 251+191+224=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFE0 is #04401F. Grayscale: #D4D4D4. Windows color (decimal): -278560 or 14729211. OLE color: 14729211.

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

Color convert

RGB 251 191 224 -
CMYK 0 0.24 0.11 0.02
HSL 327º 0.88% 0.87% -
HSV(B) 327º 0.24% 0.98% -
XYZ 71.87 63.15 78.92 -
YUV 212.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 251 191 224 0 0.24 0.11 0.02 327 0.88 0.87
Hex FB BF E0 0 18 B 2 147 58 57
Octal 373 277 340 0 30 13 2 507 130 127
Binary 11111011 10111111 11100000 0 11000 1011 10 101000111 1011000 1010111

Color Harmonies of #FBBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBFE0

Black with #FBBFE0

Text Example


Text Example

White with #FBBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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