Html Css Color HEX #FBCBE4 Classic Rose

📋 copy color: '#FBCBE4'

red 251 ◦ green 203 ◦ blue 228

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

Shades of Classic Rose #FBCBE4

Tints of Classic Rose #FBCBE4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.77%

 BLUE value IS 228 (89.45% from 255) = 33.43%

R = 36.8%
G = 29.77%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FBCBE4 (or 0xFBCBE4) is known color: Classic Rose. HEX triplet: FB, CB and E4. RGB value is (251,203,228). Sum of RGB (Red+Green+Blue) = 251+203+228=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBE4 is #04341B. Grayscale: #DCDCDC. Windows color (decimal): -275484 or 14994427. OLE color: 14994427.

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

Color convert

RGB 251 203 228 -
CMYK 0 0.19 0.09 0.02
HSL 328.75º 0.86% 0.89% -
HSV(B) 328.75º 0.19% 0.98% -
XYZ 75.14 68.82 82.72 -
YUV 220.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 251 203 228 0 0.19 0.09 0.02 328.75 0.86 0.89
Hex FB CB E4 0 13 9 2 149 56 59
Octal 373 313 344 0 23 11 2 511 126 131
Binary 11111011 11001011 11100100 0 10011 1001 10 101001001 1010110 1011001

Color Harmonies of #FBCBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBE4

Black with #FBCBE4

Text Example


Text Example

White with #FBCBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBE4; }

 p { color: rgb(251,203,228); }

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

background-color css

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

 a { background-color: rgb(251,203,228); }

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

border-color css

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

 span { border-color: rgb(251,203,228); }

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