Html Css Color HEX #FBCCE2 Classic Rose

📋 copy color: '#FBCCE2'

red 251 ◦ green 204 ◦ blue 226

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

Shades of Classic Rose #FBCCE2

Tints of Classic Rose #FBCCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.19%

R = 36.86%
G = 29.96%
B = 33.19%

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

#FBCCE2 (or 0xFBCCE2) is known color: Classic Rose. HEX triplet: FB, CC and E2. RGB value is (251,204,226). Sum of RGB (Red+Green+Blue) = 251+204+226=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCE2 is #04331D. Grayscale: #DCDCDC. Windows color (decimal): -275230 or 14863611. OLE color: 14863611.

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

Color convert

RGB 251 204 226 -
CMYK 0 0.19 0.10 0.02
HSL 331.91º 0.85% 0.89% -
HSV(B) 331.91º 0.19% 0.98% -
XYZ 75.1 69.19 81.35 -
YUV 220.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 251 204 226 0 0.19 0.10 0.02 331.91 0.85 0.89
Hex FB CC E2 0 13 A 2 14C 55 59
Octal 373 314 342 0 23 12 2 514 125 131
Binary 11111011 11001100 11100010 0 10011 1010 10 101001100 1010101 1011001

Color Harmonies of #FBCCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCE2

Black with #FBCCE2

Text Example


Text Example

White with #FBCCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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