Html Css Color HEX #FBCCE6 Classic Rose

📋 copy color: '#FBCCE6'

red 251 ◦ green 204 ◦ blue 230

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

Shades of Classic Rose #FBCCE6

Tints of Classic Rose #FBCCE6

RGB

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

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

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

R = 36.64%
G = 29.78%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBCCE6 (or 0xFBCCE6) is known color: Classic Rose. HEX triplet: FB, CC and E6. RGB value is (251,204,230). Sum of RGB (Red+Green+Blue) = 251+204+230=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCE6 is #043319. Grayscale: #DCDCDC. Windows color (decimal): -275226 or 15125755. OLE color: 15125755.

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

Color convert

RGB 251 204 230 -
CMYK 0 0.19 0.08 0.02
HSL 326.81º 0.85% 0.89% -
HSV(B) 326.81º 0.19% 0.98% -
XYZ 75.66 69.41 84.27 -
YUV 221.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 251 204 230 0 0.19 0.08 0.02 326.81 0.85 0.89
Hex FB CC E6 0 13 8 2 147 55 59
Octal 373 314 346 0 23 10 2 507 125 131
Binary 11111011 11001100 11100110 0 10011 1000 10 101000111 1010101 1011001

Color Harmonies of #FBCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCE6

Black with #FBCCE6

Text Example


Text Example

White with #FBCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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