Html Css Color HEX #FBCDE2 Classic Rose

📋 copy color: '#FBCDE2'

red 251 ◦ green 205 ◦ blue 226

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

Shades of Classic Rose #FBCDE2

Tints of Classic Rose #FBCDE2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.06%

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

R = 36.8%
G = 30.06%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBCDE2 (or 0xFBCDE2) is known color: Classic Rose. HEX triplet: FB, CD and E2. RGB value is (251,205,226). Sum of RGB (Red+Green+Blue) = 251+205+226=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDE2 is #04321D. Grayscale: #DDDDDD. Windows color (decimal): -274974 or 14863867. OLE color: 14863867.

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

Color convert

RGB 251 205 226 -
CMYK 0 0.18 0.10 0.02
HSL 332.61º 0.85% 0.89% -
HSV(B) 332.61º 0.18% 0.98% -
XYZ 75.34 69.66 81.43 -
YUV 221.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 251 205 226 0 0.18 0.10 0.02 332.61 0.85 0.89
Hex FB CD E2 0 12 A 2 14D 55 59
Octal 373 315 342 0 22 12 2 515 125 131
Binary 11111011 11001101 11100010 0 10010 1010 10 101001101 1010101 1011001

Color Harmonies of #FBCDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDE2

Black with #FBCDE2

Text Example


Text Example

White with #FBCDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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