Html Css Color HEX #FBCBF0 Classic Rose

📋 copy color: '#FBCBF0'

red 251 ◦ green 203 ◦ blue 240

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

Shades of Classic Rose #FBCBF0

Tints of Classic Rose #FBCBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.58%

R = 36.17%
G = 29.25%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBCBF0 (or 0xFBCBF0) is known color: Classic Rose. HEX triplet: FB, CB and F0. RGB value is (251,203,240). Sum of RGB (Red+Green+Blue) = 251+203+240=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBF0 is #04340F. Grayscale: #DDDDDD. Windows color (decimal): -275472 or 15780859. OLE color: 15780859.

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

Color convert

RGB 251 203 240 -
CMYK 0 0.19 0.04 0.02
HSL 313.75º 0.86% 0.89% -
HSV(B) 313.75º 0.19% 0.98% -
XYZ 76.87 69.51 91.8 -
YUV 221.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 251 203 240 0 0.19 0.04 0.02 313.75 0.86 0.89
Hex FB CB F0 0 13 4 2 13A 56 59
Octal 373 313 360 0 23 4 2 472 126 131
Binary 11111011 11001011 11110000 0 10011 100 10 100111010 1010110 1011001

Color Harmonies of #FBCBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBF0

Black with #FBCBF0

Text Example


Text Example

White with #FBCBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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