Html Css Color HEX #FBCCE1 Classic Rose

📋 copy color: '#FBCCE1'

red 251 ◦ green 204 ◦ blue 225

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

Shades of Classic Rose #FBCCE1

Tints of Classic Rose #FBCCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30%

 BLUE value IS 225 (88.28% from 255) = 33.09%

R = 36.91%
G = 30%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBCCE1 (or 0xFBCCE1) is known color: Classic Rose. HEX triplet: FB, CC and E1. RGB value is (251,204,225). Sum of RGB (Red+Green+Blue) = 251+204+225=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCE1 is #04331E. Grayscale: #DCDCDC. Windows color (decimal): -275231 or 14798075. OLE color: 14798075.

HSL color Cylindrical-coordinate representation of color #FBCCE1: hue angle of 333.19º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCE1 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 204 225 -
CMYK 0 0.19 0.10 0.02
HSL 333.19º 0.85% 0.89% -
HSV(B) 333.19º 0.19% 0.98% -
XYZ 74.97 69.13 80.63 -
YUV 220.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 251 204 225 0 0.19 0.10 0.02 333.19 0.85 0.89
Hex FB CC E1 0 13 A 2 14D 55 59
Octal 373 314 341 0 23 12 2 515 125 131
Binary 11111011 11001100 11100001 0 10011 1010 10 101001101 1010101 1011001

Color Harmonies of #FBCCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCE1

Black with #FBCCE1

Text Example


Text Example

White with #FBCCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCE1; }

 p { color: rgb(251,204,225); }

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

background-color css

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

 a { background-color: rgb(251,204,225); }

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

border-color css

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

 span { border-color: rgb(251,204,225); }

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